Changeset 50cfa6c in mainline for uspace/lib/libc/include/ipc/fb.h


Ignore:
Timestamp:
2009-07-14T21:25:13Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf5443d
Parents:
7d88587
Message:

Method for getting console color capabilities. Use to fix invisible tetris pieces.

File:
1 edited

Legend:

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

    r7d88587 r50cfa6c  
    4242        FB_CLEAR,
    4343        FB_GET_CSIZE,
     44        FB_GET_COLOR_CAP,
    4445        FB_CURSOR_VISIBILITY,
    4546        FB_CURSOR_GOTO,
     
    7273} fb_request_t;
    7374
     75enum {
     76        FB_CCAP_NONE = 0,
     77        FB_CCAP_STYLE,
     78        FB_CCAP_INDEXED,
     79        FB_CCAP_RGB
     80};
     81
    7482#endif
    7583
Note: See TracChangeset for help on using the changeset viewer.