ChangeSet ID: 12699
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/21 22:02:35
Modified files:
dlls/ntdll : virtual.c
Log message:
We no longer need to make the import directory writable, the loader
takes care of that now.
Patch: http://cvs.winehq.org/patch.py?id=12699
Old revision New revision Changes Path
1.36 1.37 +0 -6 wine/dlls/ntdll/virtual.c
ChangeSet ID: 12691
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/18 17:34:19
Modified files:
dlls/x11drv : winpos.c
Log message:
Only unmap the window when it gets moved off-screen by the app, not by
the window manager.
Patch: http://cvs.winehq.org/patch.py?id=12691
Old revision New revision Changes Path
1.86 1.87 +2 -2 wine/dlls/x11drv/winpos.c