Rev 1653 | Rev 1707 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1653 | Rev 1672 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | #define FB_VIEWPORT_DELETE 1033 |
49 | #define FB_VIEWPORT_DELETE 1033 |
| 50 | #define FB_SET_STYLE 1034 |
50 | #define FB_SET_STYLE 1034 |
| 51 | #define FB_GET_RESOLUTION 1035 |
51 | #define FB_GET_RESOLUTION 1035 |
| 52 | #define FB_DRAW_TEXT_DATA 1036 |
52 | #define FB_DRAW_TEXT_DATA 1036 |
| 53 | #define FB_FLUSH 1037 |
53 | #define FB_FLUSH 1037 |
| - | 54 | #define FB_VIEWPORT_DB 1038 |
|
| 54 | 55 | ||
| 55 | #define FB_DRAW_PPM 1038 |
56 | #define FB_DRAW_PPM 1100 |
| 56 | #define FB_PREPARE_SHM 1039 |
57 | #define FB_PREPARE_SHM 1101 |
| 57 | #define FB_DROP_SHM 1040 |
58 | #define FB_DROP_SHM 1102 |
| 58 | #define FB_SHM2PIXMAP 1041 |
59 | #define FB_SHM2PIXMAP 1103 |
| 59 | 60 | ||
| 60 | #define FB_VP_DRAW_PIXMAP 1042 |
61 | #define FB_VP_DRAW_PIXMAP 1104 |
| 61 | #define FB_VP2PIXMAP 1043 |
62 | #define FB_VP2PIXMAP 1105 |
| 62 | #define FB_DROP_PIXMAP 1044 |
63 | #define FB_DROP_PIXMAP 1106 |
| 63 | - | ||
| 64 | #define FB_TRANS_PUTCHAR 1045 |
64 | #define FB_TRANS_PUTCHAR 1107 |
| 65 | 65 | ||
| 66 | #define FB_ANIM_CREATE 1046 |
66 | #define FB_ANIM_CREATE 1200 |
| 67 | #define FB_ANIM_DROP 1047 |
67 | #define FB_ANIM_DROP 1201 |
| 68 | #define FB_ANIM_ADDPIXMAP 1048 |
68 | #define FB_ANIM_ADDPIXMAP 1202 |
| 69 | #define FB_ANIM_CHGVP 1049 |
69 | #define FB_ANIM_CHGVP 1203 |
| 70 | #define FB_ANIM_START 1050 |
70 | #define FB_ANIM_START 1204 |
| 71 | #define FB_ANIM_STOP 1051 |
71 | #define FB_ANIM_STOP 1205 |
| 72 | 72 | ||
| 73 | #endif |
73 | #endif |
| 74 | 74 | ||
| 75 | 75 | ||
| 76 | /** @} |
76 | /** @} |