Last change
on this file since 17240 was 17236, checked in by vboxsync, 16 years ago |
Additions/x11/x11include: blast! Reverted r43555 and r43556
|
-
Property svn:eol-style
set to
native
|
File size:
402 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/hw/xfree86/rac/xf86RAC.h,v 1.2 1999/05/15 12:10:33 dawes Exp $ */
|
---|
2 |
|
---|
3 | #ifndef __XF86RAC_H
|
---|
4 | #define __XF86RAC_H 1
|
---|
5 |
|
---|
6 | #include "screenint.h"
|
---|
7 | #include "misc.h"
|
---|
8 | #include "xf86.h"
|
---|
9 |
|
---|
10 | Bool xf86RACInit(ScreenPtr pScreen, unsigned int flag);
|
---|
11 |
|
---|
12 | /* flags */
|
---|
13 | #define RAC_FB 0x01
|
---|
14 | #define RAC_CURSOR 0x02
|
---|
15 | #define RAC_COLORMAP 0x04
|
---|
16 | #define RAC_VIEWPORT 0x08
|
---|
17 |
|
---|
18 | #endif /* __XF86RAC_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.