Module Name: xsrc
Committed By: christos
Date: Sun May 22 15:47:17 UTC 2011
Modified Files:
xsrc/xfree/xc/programs/Xserver/afb: afb.h
Log Message:
add missing prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/xfree/xc/programs/Xserver/afb/afb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/xfree/xc/programs/Xserver/afb/afb.h
diff -u xsrc/xfree/xc/programs/Xserver/afb/afb.h:1.1.1.5 xsrc/xfree/xc/programs/Xserver/afb/afb.h:1.2
--- xsrc/xfree/xc/programs/Xserver/afb/afb.h:1.1.1.5 Fri Mar 5 09:28:07 2004
+++ xsrc/xfree/xc/programs/Xserver/afb/afb.h Sun May 22 11:47:17 2011
@@ -251,6 +251,18 @@
/* afbcmap.c */
+extern Bool afbCreateDefColormap(
+ ScreenPtr /*pScreen*/
+);
+
+extern int
+afbExpandDirectColors(
+ ColormapPtr /* pmap */,
+ int /* ndef */,
+ xColorItem * /* indefs */,
+ xColorItem * /* outdefs */
+);
+
extern int afbListInstalledColormaps(
ScreenPtr /*pScreen*/,
Colormap * /*pmaps*/