commit | 557066db1cb6741beef9969a656c145e3db29756 | [log] [tgz] |
---|---|---|
author | Susan Farley <sfarley@codeweavers.com> | Fri Oct 13 17:07:08 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Oct 13 17:07:08 2000 +0000 |
tree | 3244e6f3b5d9d56c765999a8122ffc16d85546e2 | |
parent | 6e843d7d58eea653d511bebb84ec004629e26b55 [diff] [blame] |
Status bars on managed windows should not have SIZEGRIP style.
diff --git a/include/winuser.h b/include/winuser.h index c1f2796..1035329 100644 --- a/include/winuser.h +++ b/include/winuser.h
@@ -2441,6 +2441,7 @@ /* WINE internal... */ #define WS_EX_TRAYWINDOW 0x80000000L +#define WS_EX_MANAGED 0x40000000L /* Window managed by the window system */ /* Window scrolling */ #define SW_SCROLLCHILDREN 0x0001