ChangeSet ID: 15839 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/01 12:53:59
Modified files: windows : winpos.c include : winuser.h dlls/x11drv : x11drv.h winpos.c window.c dlls/user : menu.c focus.c dlls/comctl32 : status.c
Log message: Store the "managed" flag as a window property instead of the Wine-specific WS_EX_MANAGED style bit.
Patch: http://cvs.winehq.org/patch.py?id=15839
Old revision New revision Changes Path 1.165 1.166 +1 -1 wine/windows/winpos.c 1.207 1.208 +0 -1 wine/include/winuser.h 1.46 1.47 +3 -2 wine/dlls/x11drv/x11drv.h 1.117 1.118 +16 -13 wine/dlls/x11drv/winpos.c 1.93 1.94 +37 -42 wine/dlls/x11drv/window.c 1.15 1.16 +1 -1 wine/dlls/user/menu.c 1.13 1.14 +1 -1 wine/dlls/user/focus.c 1.70 1.71 +3 -3 wine/dlls/comctl32/status.c