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

FloatWinPopupFlags::NoMouseClose is not used

Change-Id: Idc96f005ca17d17bb302d1af4d52e188fd908cd3
üst d5165e37
......@@ -37,18 +37,17 @@ enum class FloatWinPopupFlags
Left = 0x000008,
Right = 0x000010,
NoKeyClose = 0x000020,
NoMouseClose = 0x000040,
NoMouseRectClose = 0x000080,
AllMouseButtonClose = 0x000100,
NoAppFocusClose = 0x000200,
NewLevel = 0x000400,
NoMouseUpClose = 0x000800,
GrabFocus = 0x001000,
NoHorzPlacement = 0x002000,
NoMouseRectClose = 0x000040,
AllMouseButtonClose = 0x000080,
NoAppFocusClose = 0x000100,
NewLevel = 0x000200,
NoMouseUpClose = 0x000400,
GrabFocus = 0x000800,
NoHorzPlacement = 0x001000,
};
namespace o3tl
{
template<> struct typed_flags<FloatWinPopupFlags> : is_typed_flags<FloatWinPopupFlags, 0x003fff> {};
template<> struct typed_flags<FloatWinPopupFlags> : is_typed_flags<FloatWinPopupFlags, 0x001fff> {};
}
enum class FloatWinPopupEndFlags
......
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