? Makefile ? Makefile.dep ? Xnest.1.html ? Xnest._man ? cvs.diff ? cvs2.diff Index: Screen.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xnest/Screen.c,v retrieving revision 1.3 diff -u -r1.3 Screen.c --- Screen.c 11 Aug 2004 22:40:14 -0000 1.3 +++ Screen.c 23 Feb 2005 19:06:40 -0000 @@ -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);