Kaydet (Commit) e21a2e7a authored tarafından Caolán McNamara's avatar Caolán McNamara

sort SalFrameStyleFlags

Change-Id: I2caeda4e0a0b98ad09389d08fd6ccc6bb1e7aec2
üst 0f64cf72
......@@ -70,20 +70,20 @@ enum class SalFrameStyleFlags
OWNERDRAWDECORATION = 0x00000040,
// dialogs
DIALOG = 0x00000080,
// the window containing the intro bitmap, aka splashscreen
INTRO = 0x00000100,
// partial fullscreen: fullscreen on one monitor of a multimonitor display
PARTIAL_FULLSCREEN = 0x00800000,
// plugged system child window
PLUG = 0x10000000,
// floating window that needs to be focusable
FLOAT_FOCUSABLE = 0x04000000,
// system child window inside another SalFrame
SYSTEMCHILD = 0x08000000,
// plugged system child window
PLUG = 0x10000000,
// floating window
FLOAT = 0x20000000,
// floating window that needs to be focusable
FLOAT_FOCUSABLE = 0x04000000,
// toolwindows should be painted with a smaller decoration
TOOLWINDOW = 0x40000000,
// the window containing the intro bitmap, aka splashscreen
INTRO = 0x00000100,
};
namespace o3tl {
template<> struct typed_flags<SalFrameStyleFlags> : is_typed_flags<SalFrameStyleFlags, 0x7c8001ff> {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment