summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-28 22:50:05 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-29 13:49:10 +0200
commitd5d8dac079a888568d263b85e0285c14ab27cc55 (patch)
tree0402437118aa975846f72a6a10847afea2cac944
parenta8fa7c763e43134bae27b8c0c7c89170bd96a732 (diff)
Fix is_typed_flags for BorderWindowHitTest (vcl/brdwin)
Change-Id: If49cb7b6c3d385cc7d74fbcb0791bfb27d0be8d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91318 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
-rw-r--r--vcl/inc/brdwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx
index c7da025a93fd..1dedce0e2ff2 100644
--- a/vcl/inc/brdwin.hxx
+++ b/vcl/inc/brdwin.hxx
@@ -60,7 +60,7 @@ enum class BorderWindowHitTest {
Help = 0x4000,
};
namespace o3tl {
- template<> struct typed_flags<BorderWindowHitTest> : is_typed_flags<BorderWindowHitTest, 0xffff> {};
+ template<> struct typed_flags<BorderWindowHitTest> : is_typed_flags<BorderWindowHitTest, 0x7fff> {};
};
enum class BorderWindowTitleType {