remove PIXPRIV checks as this flag is always set.

This commit is contained in:
Eamon Walsh
2007-03-06 15:32:13 -05:00
committed by Eamon Walsh
parent 024bbc7cbb
commit a7cd53deb9
17 changed files with 0 additions and 88 deletions

View File

@@ -49,15 +49,11 @@
/** Initialize a private area in \a pScreen for pixmap information. */
Bool dmxInitPixmap(ScreenPtr pScreen)
{
#ifdef PIXPRIV
if (!AllocatePixmapPrivate(pScreen, dmxPixPrivateIndex,
sizeof(dmxPixPrivRec)))
return FALSE;
return TRUE;
#else
#error Must define PIXPRIV to compile DMX X server
#endif
}
/** Create a pixmap on the back-end server. */