summaryrefslogtreecommitdiff
path: root/fb/fbpseudocolor.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2006-09-28 13:26:54 -0700
committerAaron Plattner <aplattner@nvidia.com>2006-09-28 13:26:54 -0700
commitf9542e749544c7a3084fd72ecc6642ca3262f7c7 (patch)
treea0ac6c4e784da782d40b6e1bcaaa7a9338be49bc /fb/fbpseudocolor.c
parentd16e83413e7e06adebd629d04de57bbedd8c3765 (diff)
Restore the global xx* symbols and add them to wfbrename.h.
I don't think they're ever used, but it's best to just leave them alone for ABI compatibility.
Diffstat (limited to 'fb/fbpseudocolor.c')
-rw-r--r--fb/fbpseudocolor.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/fb/fbpseudocolor.c b/fb/fbpseudocolor.c
index 53bfb14a2..271e98145 100644
--- a/fb/fbpseudocolor.c
+++ b/fb/fbpseudocolor.c
@@ -143,10 +143,10 @@ typedef struct _xxGCPriv {
(pGC)->devPrivates[xxGCPrivateIndex].ptr)
#define xxGCPriv(pGC) xxGCPrivPtr pGCPriv = xxGetGCPriv(pGC)
-static int xxScrPrivateIndex = -1;
-static int xxGCPrivateIndex;
-static int xxColormapPrivateIndex = -1;
-static int xxGeneration;
+int xxScrPrivateIndex = -1;
+int xxGCPrivateIndex;
+int xxColormapPrivateIndex = -1;
+int xxGeneration;
#define wrap(priv,real,mem,func) {\
@@ -1199,7 +1199,7 @@ xxSetup(ScreenPtr pScreen, int myDepth, int baseDepth, char* addr, xxSyncFunc sy
return TRUE;
}
-static GCFuncs xxGCFuncs = {
+GCFuncs xxGCFuncs = {
xxValidateGC, xxChangeGC, xxCopyGC, xxDestroyGC,
xxChangeClip, xxDestroyClip, xxCopyClip
};