summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-30 11:19:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-30 11:19:03 +0200
commitee1bf3538b139220f5f55778202e5606f4dd74c6 (patch)
tree61fc1d89f7929e53668f37049d49e42612d38559
parent2b99f832dc611355eedace357cd50d976723d1dd (diff)
Fix bitmask
Change-Id: I0da9c57b2b442bb4c4b34ae63507fb98e7fbbe51
-rw-r--r--include/tools/rc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h
index eb531bf60d16..90e593a608ab 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -50,7 +50,7 @@ enum class RscWindowFlags {
HelpId = 0x0200
};
namespace o3tl {
- template<> struct typed_flags<RscWindowFlags> : is_typed_flags<RscWindowFlags, 0x07> {};
+ template<> struct typed_flags<RscWindowFlags> : is_typed_flags<RscWindowFlags, 0x37F> {};
}
// For "FixedImage" resource: