ChangeSet ID: 8266
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/19 14:09:40
Modified files:
dlls/x11drv : winpos.c
Log message:
Make sure drawable_org is set correctly when using one of the parents
as drawable (found by Dmitry Timoshkov).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8266
Old revision New revision Changes Path
1.64 1.65 +2 -2 wine/dlls/x11drv/winpos.c
ChangeSet ID: 8265
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/19 14:08:57
Modified files:
dlls/x11drv : window.c
Log message:
Avoid the 'Below' stacking mode when changing Z order since many
window managers don't get it right.
Fix Z order synchronization for child windows (found by Dmitry
Timoshkov and Ulrich Czekalla).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8265
Old revision New revision Changes Path
1.52 1.53 +36 -10 wine/dlls/x11drv/window.c