ChangeSet ID: 13712 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/08 19:30:29
Modified files: windows : win.c include : win.h dlls/x11drv : x11drv.h winpos.c window.c dlls/user : user32.spec dlls/ttydrv : wnd.c Makefile.in
Log message: Get rid of the WIN_SetRectangles export from user32.
Patch: http://cvs.winehq.org/patch.py?id=13712
Old revision New revision Changes Path 1.244 1.245 +0 -47 wine/windows/win.c 1.83 1.84 +0 -1 wine/include/win.h 1.34 1.35 +1 -0 wine/dlls/x11drv/x11drv.h 1.99 1.100 +2 -2 wine/dlls/x11drv/winpos.c 1.79 1.80 +47 -3 wine/dlls/x11drv/window.c 1.86 1.87 +0 -1 wine/dlls/user/user32.spec 1.33 1.34 +50 -1 wine/dlls/ttydrv/wnd.c 1.20 1.21 +1 -1 wine/dlls/ttydrv/Makefile.in