ChangeSet ID: 16695
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/17 14:51:53
Modified files:
server : queue.c
Log message:
Revert the previous change, this is not working right yet.
Patch: http://cvs.winehq.org/patch.py?id=16695
Old revision New revision Changes Path
1.54 1.55 +6 -6 wine/server/queue.c
ChangeSet ID: 16694
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/17 14:50:54
Modified files:
dlls/shell32 : shlexec.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
For ShellExecuteExA we need to copy out the hProcess value from the W
structure.
Patch: http://cvs.winehq.org/patch.py?id=16694
Old revision New revision Changes Path
1.60 1.61 +3 -0 wine/dlls/shell32/shlexec.c
ChangeSet ID: 16692
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/17 13:10:41
Modified files:
server : window.c trace.c protocol.def
include/wine : server_protocol.h
dlls/x11drv : winpos.c
Log message:
Make the server know about the visible area of a window, which is the
window rect minus the caption and borders when they are handled by the
window manager.
Patch: http://cvs.winehq.org/patch.py?id=16692
Old revision New revision Changes Path
1.44 1.45 +20 -12 wine/server/window.c
1.226 1.227 +3 -0 wine/server/trace.c
1.121 1.122 +1 -0 wine/server/protocol.def
1.122 1.123 +2 -1 wine/include/wine/server_protocol.h
1.125 1.126 +6 -2 wine/dlls/x11drv/winpos.c