ChangeSet ID: 15758 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/28 11:25:50
Modified files: include : win.h dlls/x11drv : x11drv.h winpos.c window.c event.c desktop.c
Log message: Use an X context to associated the x11drv private window data to a window handle instead of accessing the WND structure directly.
Patch: http://cvs.winehq.org/patch.py?id=15758
Old revision New revision Changes Path 1.89 1.90 +0 -1 wine/include/win.h 1.44 1.45 +3 -1 wine/dlls/x11drv/x11drv.h 1.115 1.116 +15 -5 wine/dlls/x11drv/winpos.c 1.91 1.92 +30 -42 wine/dlls/x11drv/window.c 1.43 1.44 +0 -3 wine/dlls/x11drv/event.c 1.22 1.23 +1 -1 wine/dlls/x11drv/desktop.c