Last change
on this file since 107044 was 52145, checked in by vboxsync, 10 years ago |
Additions/x11/x11include: add header files for X.Org Server 1.16.
|
-
Property svn:eol-style
set to
native
|
File size:
338 bytes
|
Line | |
---|
1 |
|
---|
2 | #ifdef HAVE_XORG_CONFIG_H
|
---|
3 | #include <xorg-config.h>
|
---|
4 | #endif
|
---|
5 |
|
---|
6 | #include "xf86RamDac.h"
|
---|
7 | #include "xf86cmap.h"
|
---|
8 |
|
---|
9 | void RamDacGetRecPrivate(void);
|
---|
10 | Bool RamDacGetRec(ScrnInfoPtr pScrn);
|
---|
11 | int RamDacGetScreenIndex(void);
|
---|
12 | void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
---|
13 | LOCO * colors, VisualPtr pVisual);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.