summaryrefslogtreecommitdiff
path: root/include/vcl/floatwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/floatwin.hxx')
-rw-r--r--include/vcl/floatwin.hxx31
1 files changed, 15 insertions, 16 deletions
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx
index 5169303eb385..ba8cf93fdce3 100644
--- a/include/vcl/floatwin.hxx
+++ b/include/vcl/floatwin.hxx
@@ -32,25 +32,24 @@ enum class FloatWinPopupFlags
{
NONE = 0x000000,
AllowTearOff = 0x000001,
- NoAutoArrange = 0x000002,
- NoAnimation = 0x000004,
- Down = 0x000008,
- Up = 0x000010,
- Left = 0x000020,
- Right = 0x000040,
- NoKeyClose = 0x000080,
- NoMouseClose = 0x000100,
- NoMouseRectClose = 0x000200,
- AllMouseButtonClose = 0x000400,
- NoAppFocusClose = 0x000800,
- NewLevel = 0x001000,
- NoMouseUpClose = 0x002000,
- GrabFocus = 0x004000,
- NoHorzPlacement = 0x008000,
+ NoAnimation = 0x000002,
+ Down = 0x000004,
+ Up = 0x000008,
+ Left = 0x000010,
+ Right = 0x000020,
+ NoKeyClose = 0x000040,
+ NoMouseClose = 0x000080,
+ NoMouseRectClose = 0x000100,
+ AllMouseButtonClose = 0x000200,
+ NoAppFocusClose = 0x000400,
+ NewLevel = 0x000800,
+ NoMouseUpClose = 0x001000,
+ GrabFocus = 0x002000,
+ NoHorzPlacement = 0x004000,
};
namespace o3tl
{
- template<> struct typed_flags<FloatWinPopupFlags> : is_typed_flags<FloatWinPopupFlags, 0x00ffff> {};
+ template<> struct typed_flags<FloatWinPopupFlags> : is_typed_flags<FloatWinPopupFlags, 0x007fff> {};
}
enum class FloatWinPopupEndFlags