Don't need to request space for Xnest pixmap private.

This commit is contained in:
Eamon Walsh 2008-08-28 19:36:22 -04:00
parent 835b532d6f
commit 90b178cc7f

View File

@ -149,8 +149,6 @@ xnestOpenScreen(int index, ScreenPtr pScreen, int argc, char *argv[])
return False;
if (!dixRequestPrivate(xnestGCPrivateKey, sizeof(xnestPrivGC)))
return False;
if (!dixRequestPrivate(xnestPixmapPrivateKey, sizeof (xnestPrivPixmap)))
return False;
visuals = (VisualPtr)xalloc(xnestNumVisuals * sizeof(VisualRec));
numVisuals = 0;