Subversion Repositories HelenOS

Rev

Rev 4337 | Rev 4348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4337 Rev 4338
Line 46... Line 46...
46
    FB_SCROLL,
46
    FB_SCROLL,
47
    FB_VIEWPORT_SWITCH,
47
    FB_VIEWPORT_SWITCH,
48
    FB_VIEWPORT_CREATE,
48
    FB_VIEWPORT_CREATE,
49
    FB_VIEWPORT_DELETE,
49
    FB_VIEWPORT_DELETE,
50
    FB_SET_STYLE,
50
    FB_SET_STYLE,
-
 
51
    FB_SET_COLOR,
-
 
52
    FB_SET_RGB_COLOR,
51
    FB_GET_RESOLUTION,
53
    FB_GET_RESOLUTION,
52
    FB_DRAW_TEXT_DATA,
54
    FB_DRAW_TEXT_DATA,
53
    FB_FLUSH,
55
    FB_FLUSH,
54
    FB_DRAW_PPM,
56
    FB_DRAW_PPM,
55
    FB_PREPARE_SHM,
57
    FB_PREPARE_SHM,
Line 65... Line 67...
65
    FB_ANIM_START,
67
    FB_ANIM_START,
66
    FB_ANIM_STOP,
68
    FB_ANIM_STOP,
67
    FB_POINTER_MOVE
69
    FB_POINTER_MOVE
68
} fb_request_t;
70
} fb_request_t;
69
 
71
 
70
 
-
 
71
#endif
72
#endif
72
 
73
 
73
/** @}
74
/** @}
74
 */
75
 */