Subject: CVS Update: xc (branch: CYGWIN) From: Takuma Murakami Date: Sat, 13 Mar 2004 05:58:55 -0800 To: xorg-commit@pdx.freedesktop.org CVSROOT: /cvs/xorg Module name: xc Changes by: takuma@pdx. 04/03/13 05:58:55 Log message: Remove fRestacking and fWindowOrderChanged cache variables and winReorderWindowsMultiWindow function from multiwindow mode. This function was called around 100 times per second. Now the ordering task is done in winTopLevelWindowProc/WM_ACTIVATE handler in event driven manner. Stop propagating WM_ACTIVATEAPP messages to the root window. Simplify winRedrawAllProcShadowGDI. Modified files: xc/programs/Xserver/hw/xwin/: Tag: CYGWIN win.h winblock.c winglobals.c winmultiwindowwindow.c winmultiwindowwndproc.c winscrinit.c winshadgdi.c winwakeup.c Revision Changes Path 1.1.4.1.2.21 +4 -5 xc/programs/Xserver/hw/xwin/win.h 1.1.4.1.2.9 +0 -5 xc/programs/Xserver/hw/xwin/winblock.c 1.1.2.12 +0 -2 xc/programs/Xserver/hw/xwin/Attic/winglobals.c 1.1.4.1.2.14 +0 -68 xc/programs/Xserver/hw/xwin/winmultiwindowwindow.c 1.1.6.10 +10 -19 xc/programs/Xserver/hw/xwin/winmultiwindowwndproc.c 1.1.4.1.2.13 +1 -1 xc/programs/Xserver/hw/xwin/winscrinit.c 1.1.4.1.2.8 +4 -28 xc/programs/Xserver/hw/xwin/winshadgdi.c 1.1.4.1.2.9 +0 -5 xc/programs/Xserver/hw/xwin/winwakeup.c _______________________________________________ xorg-commit mailing list xorg-commit@freedesktop.org http://freedesktop.org/mailman/listinfo/xorg-commit