[Libreoffice-commits] core.git: vcl/inc
Stephan Bergmann
sbergman at redhat.com
Mon Oct 31 10:26:18 UTC 2016
vcl/inc/salframe.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 677a540486535cad463a0b823879b2eade4252c7
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 31 11:25:13 2016 +0100
Adapt SalFrameStyleFlags mask
...after 016730421e5e58415170b464bf9d9ca47d6c3b4e "remove newly unused
WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLE"
Change-Id: I9c780c8ec755d624e0eb1891876bd264bd47955c
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index bac5b9b..fb68f3a 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -81,7 +81,7 @@ enum class SalFrameStyleFlags
TOOLWINDOW = 0x40000000,
};
namespace o3tl {
- template<> struct typed_flags<SalFrameStyleFlags> : is_typed_flags<SalFrameStyleFlags, 0x7c8001ff> {};
+ template<> struct typed_flags<SalFrameStyleFlags> : is_typed_flags<SalFrameStyleFlags, 0x788001ff> {};
};
// - extended frame style -
More information about the Libreoffice-commits
mailing list