Last change
on this file since 17240 was 17240, checked in by vboxsync, 16 years ago |
Additions/x11/x11include: blast! Done it again. Reverted r43561.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
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.