diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-08-28 19:36:22 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-08-28 19:36:22 -0400 |
commit | 90b178cc7feda1f9c4995b98364739e71233fff3 (patch) | |
tree | e8f2a6ac3100a2f9b682c8b42fe6d365fc82a168 /hw/xnest | |
parent | 835b532d6f51d08998d7ab49fcb41db8266487ce (diff) |
Don't need to request space for Xnest pixmap private.
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Screen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xnest/Screen.c b/hw/xnest/Screen.c index 02294557d..4e8616dd5 100644 --- a/hw/xnest/Screen.c +++ b/hw/xnest/Screen.c @@ -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; |