ChangeSet ID: 15812 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/31 10:34:07
Modified files: dlls/x11drv : x11drv.h winpos.c window.c mouse.c dlls/wined3d : directx.c dlls/d3d8 : directx.c
Log message: Only create an X window for top-level windows, not for child windows. Get rid of the X client window too, it's no longer needed.
Patch: http://cvs.winehq.org/patch.py?id=15812
Old revision New revision Changes Path 1.45 1.46 +3 -11 wine/dlls/x11drv/x11drv.h 1.116 1.117 +59 -148 wine/dlls/x11drv/winpos.c 1.92 1.93 +112 -215 wine/dlls/x11drv/window.c 1.17 1.18 +8 -21 wine/dlls/x11drv/mouse.c 1.21 1.22 +1 -1 wine/dlls/wined3d/directx.c 1.84 1.85 +1 -1 wine/dlls/d3d8/directx.c