ChangeSet ID: 9593
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/01 23:47:36
Modified files:
dlls/x11drv : window.c
Log message:
In desktop mode, only move the window in Z-order relative to siblings
belonging to the same process.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9593
Old revision New revision Changes Path
1.57 1.58 +16 -0 wine/dlls/x11drv/window.c
ChangeSet ID: 9587
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/01 23:30:46
Modified files:
include : shlobj.h
dlls/shell32 : undocshell.h shpolicy.c
Log message:
Rolf Kalbermatter <rolf.kalbermatter(a)citeng.com>
Moved definition of newly documented API SHRestricted() and the
according policy definitions to shlobj.h.
Replace the policy numeric values with the new official defines and
change SHRestricted() to match the new documented prototype.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9587
Old revision New revision Changes Path
1.76 1.77 +175 -0 wine/include/shlobj.h
1.16 1.17 +0 -3 wine/dlls/shell32/undocshell.h
1.16 1.17 +144 -122 wine/dlls/shell32/shpolicy.c