summaryrefslogtreecommitdiff
path: root/cfb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-01-17 17:17:45 +0000
committerAdam Jackson <ajax@nwnk.net>2005-01-17 17:17:45 +0000
commitcbcdae5a3f7c4009121f86de52bba6c657f20fff (patch)
tree60e01e82d25b16769ad538be079008274c2333bd /cfb
parent79a7120983eff6fa114d4250fe01b62d4a99a612 (diff)
more static server build fixes
Diffstat (limited to 'cfb')
-rw-r--r--cfb/cfbmap.h5
-rw-r--r--cfb/cfbunmap.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/cfb/cfbmap.h b/cfb/cfbmap.h
index f398f129d..802517aac 100644
--- a/cfb/cfbmap.h
+++ b/cfb/cfbmap.h
@@ -230,7 +230,9 @@ cfb can not hack PSZ yet
#define cfbBresD CFBNAME(BresD)
#define cfbBresS CFBNAME(BresS)
#define cfbChangeWindowAttributes CFBNAME(ChangeWindowAttributes)
+#define cfbClearVisualTypes CFBNAME(cfbClearVisualTypes)
#define cfbCloseScreen CFBNAME(CloseScreen)
+#define cfbCreateDefColormap CFBNAME (cfbCreateDefColormap)
#define cfbCopyArea CFBNAME(CopyArea)
#define cfbCopyImagePlane CFBNAME(CopyImagePlane)
#define cfbCopyPixmap CFBNAME(CopyPixmap)
@@ -249,6 +251,7 @@ cfb can not hack PSZ yet
#define cfbDoBitbltGeneral CFBNAME(DoBitbltGeneral)
#define cfbDoBitbltOr CFBNAME(DoBitbltOr)
#define cfbDoBitbltXor CFBNAME(DoBitbltXor)
+#define cfbExpandDirectColors CFBNAME(cfbExpandDirectColors)
#define cfbFillBoxSolid CFBNAME(FillBoxSolid)
#define cfbFillBoxTile32 CFBNAME(FillBoxTile32)
#define cfbFillBoxTile32sCopy CFBNAME(FillBoxTile32sCopy)
@@ -277,6 +280,7 @@ cfb can not hack PSZ yet
#define cfbHorzS CFBNAME(HorzS)
#define cfbImageGlyphBlt8 CFBNAME(ImageGlyphBlt8)
#define cfbInitializeColormap CFBNAME(InitializeColormap)
+#define cfbInitVisuals CFBNAME(cfbInitVisuals)
#define cfbInstallColormap CFBNAME(InstallColormap)
#define cfbLineSD CFBNAME(LineSD)
#define cfbLineSS CFBNAME(LineSS)
@@ -306,6 +310,7 @@ cfb can not hack PSZ yet
#define cfbSetScanline CFBNAME(SetScanline)
#define cfbSetScreenPixmap CFBNAME(SetScreenPixmap)
#define cfbSetSpans CFBNAME(SetSpans)
+#define cfbSetVisualTypes CFBNAME(cfbSetVisualTypes)
#define cfbSetupScreen CFBNAME(SetupScreen)
#define cfbSolidSpansCopy CFBNAME(SolidSpansCopy)
#define cfbSolidSpansGeneral CFBNAME(SolidSpansGeneral)
diff --git a/cfb/cfbunmap.h b/cfb/cfbunmap.h
index b54023212..bccdf0f0f 100644
--- a/cfb/cfbunmap.h
+++ b/cfb/cfbunmap.h
@@ -53,7 +53,9 @@
#undef cfbBresD
#undef cfbBresS
#undef cfbChangeWindowAttributes
+#undef cfbClearVisualTypes
#undef cfbCloseScreen
+#undef cfbCreateDefColormap
#undef cfbCopyArea
#undef cfbCopyImagePlane
#undef cfbCopyPixmap
@@ -72,6 +74,7 @@
#undef cfbDoBitbltGeneral
#undef cfbDoBitbltOr
#undef cfbDoBitbltXor
+#undef cfbExpandDirectColors
#undef cfbFillBoxSolid
#undef cfbFillBoxTile32
#undef cfbFillBoxTile32sCopy
@@ -100,6 +103,7 @@
#undef cfbHorzS
#undef cfbImageGlyphBlt8
#undef cfbInitializeColormap
+#undef cfbInitVisuals
#undef cfbInstallColormap
#undef cfbLineSD
#undef cfbLineSS
@@ -129,6 +133,7 @@
#undef cfbSetScanline
#undef cfbSetScreenPixmap
#undef cfbSetSpans
+#undef cfbSetVisualTypes
#undef cfbSetupScreen
#undef cfbSolidSpansCopy
#undef cfbSolidSpansGeneral