Changeset 9805cde in mainline for uspace/lib/libc/include/ipc/fb.h


Ignore:
Timestamp:
2009-01-01T13:31:23Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7122bc7
Parents:
666773c
Message:

Console color support overhaul. Create C library console interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/fb.h

    r666773c r9805cde  
    4949        FB_VIEWPORT_DELETE,
    5050        FB_SET_STYLE,
     51        FB_SET_COLOR,
     52        FB_SET_RGB_COLOR,
    5153        FB_GET_RESOLUTION,
    5254        FB_DRAW_TEXT_DATA,
     
    6870} fb_request_t;
    6971
    70 
    7172#endif
    7273
Note: See TracChangeset for help on using the changeset viewer.