ChangeSet ID: 19119
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/25 06:08:59
Modified files:
dlls/user : mdi.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Take into account CS_NOCLOSE window class style and SC_CLOSE system
menu item state while adding MDI system menu buttons and generating
WM_SYSCOMMAND messages.
Patch: http://cvs.winehq.org/patch.py?id=19119
Old revision New revision Changes Path
1.2 1.3 +29 -10 wine/dlls/user/mdi.c
ChangeSet ID: 19112
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/24 12:11:05
Modified files:
dlls/uxtheme : system.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
OpenThemeData() now always sets the window theme to the handle
returned (even if that is NULL) - previously, it could happen that
when no theme was active or the theme data could not be opened that
the window theme remained became then-dangling (and hence subsequent
calls to GetWindowTheme() would return that bogus theme).
Patch: http://cvs.winehq.org/patch.py?id=19112
Old revision New revision Changes Path
1.20 1.21 +13 -12 wine/dlls/uxtheme/system.c