ChangeSet ID: 18755 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/07 15:33:29
Modified files: dlls/x11drv : winpos.c winex11.drv.spec window.c dlls/user : win.c user_private.h user_main.c dlls/ttydrv : wnd.c winetty.drv.spec
Log message: Moved initialization of the desktop window in the graphics driver to a separate CreateDesktopWindow entry point instead of overloading CreateWindow.
Patch: http://cvs.winehq.org/patch.py?id=18755
Old revision New revision Changes Path 1.134 1.135 +5 -1 wine/dlls/x11drv/winpos.c 1.1 1.2 +1 -0 wine/dlls/x11drv/winex11.drv.spec 1.111 1.112 +58 -46 wine/dlls/x11drv/window.c 1.11 1.12 +1 -16 wine/dlls/user/win.c 1.14 1.15 +1 -0 wine/dlls/user/user_private.h 1.87 1.88 +1 -0 wine/dlls/user/user_main.c 1.44 1.45 +15 -9 wine/dlls/ttydrv/wnd.c 1.1 1.2 +1 -0 wine/dlls/ttydrv/winetty.drv.spec