diff options
Diffstat (limited to 'Xprint/ps/PsInit.c')
-rw-r--r-- | Xprint/ps/PsInit.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Xprint/ps/PsInit.c b/Xprint/ps/PsInit.c index fe2471185..193fc0518 100644 --- a/Xprint/ps/PsInit.c +++ b/Xprint/ps/PsInit.c @@ -73,7 +73,7 @@ in this Software without prior written authorization from The Open Group. ** ********************************************************* ** ********************************************************************/ -/* $XFree86: xc/programs/Xserver/Xprint/ps/PsInit.c,v 1.13 2002/10/16 21:13:33 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/Xprint/ps/PsInit.c,v 1.14 2003/10/29 22:11:55 tsi Exp $ */ #include <stdio.h> #include <string.h> @@ -108,7 +108,9 @@ InitializePsDriver(ndx, pScreen, argc, argv) int argc; char **argv; { +#if 0 PsScreenPrivPtr pPriv; +#endif int nVisuals; int nDepths; VisualPtr visuals; @@ -125,8 +127,10 @@ InitializePsDriver(ndx, pScreen, argc, argv) */ AllocatePsPrivates(pScreen); +#if 0 pPriv = (PsScreenPrivPtr)pScreen->devPrivates[PsScreenPrivateIndex].ptr; -/*pPriv->resDB = rmdb;*/ + pPriv->resDB = rmdb; +#endif pScreen->defColormap = (Colormap) FakeClientID(0); pScreen->blackPixel = 1; |