diff options
Diffstat (limited to 'include/tools/wintypes.hxx')
-rw-r--r-- | include/tools/wintypes.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 5bcaec41aa17..56b2e27c9362 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -119,6 +119,7 @@ WinBits const WB_BORDER = 0x00000008; WinBits const WB_NOBORDER = 0x00000010; WinBits const WB_SIZEABLE = 0x00000020; WinBits const WB_3DLOOK = 0x00000040; +WinBits const WB_ALLOWMENUBAR = 0x00000080; // Window-Bits for SystemWindows WinBits const WB_MOVEABLE = 0x00000100; |