source:
vbox/trunk/src/VBox/Additions/x11/x11include/1.4/xorg/xf86RAC.h@
17233
Last change on this file since 17233 was 17233, checked in by , 16 years ago | |
---|---|
|
|
File size: 303 bytes |
Line | |
---|---|
1 | |
2 | #ifndef __XF86RAC_H |
3 | #define __XF86RAC_H 1 |
4 | |
5 | #include "screenint.h" |
6 | #include "misc.h" |
7 | #include "xf86.h" |
8 | |
9 | Bool xf86RACInit(ScreenPtr pScreen, unsigned int flag); |
10 | |
11 | /* flags */ |
12 | #define RAC_FB 0x01 |
13 | #define RAC_CURSOR 0x02 |
14 | #define RAC_COLORMAP 0x04 |
15 | #define RAC_VIEWPORT 0x08 |
16 | |
17 | #endif /* __XF86RAC_H */ |
Note:
See TracBrowser
for help on using the repository browser.