Last change
on this file since 81043 was 51223, checked in by vboxsync, 11 years ago |
Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.
|
-
Property svn:eol-style
set to
native
|
File size:
431 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDacPriv.h,v 1.3 1998/12/06 06:08:37 dawes Exp $ */
|
---|
2 |
|
---|
3 | #ifdef HAVE_XORG_CONFIG_H
|
---|
4 | #include <xorg-config.h>
|
---|
5 | #endif
|
---|
6 |
|
---|
7 | #include "xf86RamDac.h"
|
---|
8 | #include "xf86cmap.h"
|
---|
9 |
|
---|
10 | void RamDacGetRecPrivate(void);
|
---|
11 | Bool RamDacGetRec(ScrnInfoPtr pScrn);
|
---|
12 | int RamDacGetScreenIndex(void);
|
---|
13 | void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
---|
14 | LOCO *colors, VisualPtr pVisual);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.