ChangeSet ID: 989428865500680844765157 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/05/09 13:21:05
Modified files: dlls/ttydrv : ttydrv.h wnd.c dlls/user : user_main.c dlls/x11drv : winpos.c x11drv.spec include : nonclient.h user.h win.h x11drv.h windows : nonclient.c windows/x11drv : wnd.c
Log message: Moved window move/resize syscommand handling to the graphics driver.
Patch: http://cvs.winehq.com/patch.py?id=989428865500680844765157
Revision Changes Path 1.9 +0 -2 wine/dlls/ttydrv/ttydrv.h 1.8 +0 -18 wine/dlls/ttydrv/wnd.c 1.19 +1 -0 wine/dlls/user/user_main.c 1.2 +408 -0 wine/dlls/x11drv/winpos.c 1.11 +1 -0 wine/dlls/x11drv/x11drv.spec 1.5 +1 -0 wine/include/nonclient.h 1.19 +1 -0 wine/include/user.h 1.41 +0 -2 wine/include/win.h 1.77 +0 -2 wine/include/x11drv.h 1.74 +62 -515 wine/windows/nonclient.c 1.72 +0 -23 wine/windows/x11drv/wnd.c