ChangeSet ID: 16765 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/21 06:37:00
Modified files: server : window.c trace.c request.h protocol.def include/wine : server_protocol.h dlls/x11drv : x11drv_main.c x11drv.h x11ddraw.c winpos.c mouse.c
Log message: Try to always keep the server window Z-order in sync with the X11 one using a heuristic based on mouse and expose events.
Patch: http://cvs.winehq.org/patch.py?id=16765
Old revision New revision Changes Path 1.45 1.46 +35 -4 wine/server/window.c 1.227 1.228 +10 -0 wine/server/trace.c 1.106 1.107 +2 -0 wine/server/request.h 1.122 1.123 +7 -0 wine/server/protocol.def 1.123 1.124 +17 -1 wine/include/wine/server_protocol.h 1.100 1.101 +1 -0 wine/dlls/x11drv/x11drv_main.c 1.55 1.56 +1 -0 wine/dlls/x11drv/x11drv.h 1.27 1.28 +10 -4 wine/dlls/x11drv/x11ddraw.c 1.127 1.128 +22 -10 wine/dlls/x11drv/winpos.c 1.21 1.22 +54 -35 wine/dlls/x11drv/mouse.c