summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xprint/ps/PsInit.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/Xprint/ps/PsInit.c b/Xprint/ps/PsInit.c
index 5097b7027..a5f7a8a25 100644
--- a/Xprint/ps/PsInit.c
+++ b/Xprint/ps/PsInit.c
@@ -85,7 +85,7 @@ in this Software without prior written authorization from The Open Group.
#include "mi.h"
#include "micmap.h"
#include "AttrValid.h"
-#include "../../mfb/mfb.h"
+#include "mfb.h"
#include "windowstr.h"
#include "DiPrint.h"
@@ -94,8 +94,6 @@ static void AllocatePsPrivates(ScreenPtr pScreen);
static int PsInitContext(XpContextPtr pCon);
static int PsDestroyContext(XpContextPtr pCon);
-extern Bool cfbCreateDefColormap(ScreenPtr pScreen);
-
int PsScreenPrivateIndex;
int PsContextPrivateIndex;
int PsPixmapPrivateIndex;
@@ -386,7 +384,7 @@ InitializePsDriver(ndx, pScreen, argc, argv)
0, rootDepth, nd,
depths, defaultVisual, nv, visuals);
- if( cfbCreateDefColormap(pScreen)==FALSE ) return FALSE;
+ if( miCreateDefColormap(pScreen)==FALSE ) return FALSE;
/*scalingScreenInit(pScreen);*/