--- xc/programs/Xserver/hw/xnest/Screen.c.xnest-fdo2599-1964 2005-04-11 23:43:02.000000000 -0400 +++ xc/programs/Xserver/hw/xnest/Screen.c 2005-04-12 01:16:46.000000000 -0400 @@ -249,6 +249,16 @@ xnestHeight = gattributes.height; } + /* myNum */ + /* id */ + miScreenInit(pScreen, NULL, xnestWidth, xnestHeight, 1, 1, xnestWidth, + rootDepth, + numDepths, depths, + defaultVisual, /* root visual */ + numVisuals, visuals); + +/* miInitializeBackingStore(pScreen); */ + pScreen->defColormap = (Colormap) FakeClientID(0); pScreen->minInstalledCmaps = MINCMAPS; pScreen->maxInstalledCmaps = MAXCMAPS; @@ -332,15 +342,6 @@ pScreen->WakeupHandler = (ScreenWakeupHandlerProcPtr)NoopDDA; pScreen->blockData = NULL; pScreen->wakeupData = NULL; - /* myNum */ - /* id */ - miScreenInit(pScreen, NULL, xnestWidth, xnestHeight, 1, 1, xnestWidth, - rootDepth, - numDepths, depths, - defaultVisual, /* root visual */ - numVisuals, visuals); - -/* miInitializeBackingStore(pScreen); */ miPointerInitialize (pScreen, &xnestPointerSpriteFuncs, &xnestPointerCursorFuncs, True);