Changeset 88c3151 in mainline for libc/include/ipc/fb.h


Ignore:
Timestamp:
2006-06-01T15:27:38Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3993b3d
Parents:
a2ae4f4
Message:

Added most of required functionality to framebuffer.

File:
1 edited

Legend:

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

    ra2ae4f4 r88c3151  
    77#define __libc__FB_H__
    88
    9 #define FB_PUTCHAR     1025
    10 #define FB_CLEAR       1026
    11 #define FB_GET_CSIZE   1027
    12 
     9#define FB_PUTCHAR           1025
     10#define FB_CLEAR             1026
     11#define FB_GET_CSIZE         1027
     12#define FB_CURSOR_VISIBILITY 1028
     13#define FB_CURSOR_GOTO       1029
     14#define FB_SCROLL            1030
     15#define FB_VIEWPORT_SWITCH   1031
     16#define FB_VIEWPORT_CREATE   1032
     17#define FB_VIEWPORT_DELETE   1033
     18#define FB_SET_STYLE         1034
     19#define FB_GET_RESOLUTION    1035
    1320
    1421#endif
Note: See TracChangeset for help on using the changeset viewer.