Add BypassWinowManagerHint
Change-Id: Iaf04172aa4fce8d6b354c1c1fc3c376831ee8e91 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
parent
0623d832c7
commit
048ce11557
@ -293,7 +293,8 @@ public:
|
||||
WindowType_Mask = 0x000000ff,
|
||||
MSWindowsFixedSizeDialogHint = 0x00000100,
|
||||
MSWindowsOwnDC = 0x00000200,
|
||||
X11BypassWindowManagerHint = 0x00000400,
|
||||
BypassWindowManagerHint = 0x00000400,
|
||||
X11BypassWindowManagerHint = BypassWindowManagerHint,
|
||||
FramelessWindowHint = 0x00000800,
|
||||
WindowTitleHint = 0x00001000,
|
||||
WindowSystemMenuHint = 0x00002000,
|
||||
|
@ -1999,6 +1999,12 @@
|
||||
\value MSWindowsOwnDC Gives the window its own display
|
||||
context on Windows.
|
||||
|
||||
\value BypassWindowManagerHint This flag can be used to indicate to the platform plugin
|
||||
that "all" window manager protocols should be disabled. This flag will behave
|
||||
different depending on what operating system the application is running on and
|
||||
what window manager is running. The flag can be used to get a native window
|
||||
with no configuration set.
|
||||
|
||||
\value X11BypassWindowManagerHint Bypass the window
|
||||
manager completely. This results in a borderless window
|
||||
that is not managed at all (i.e., no keyboard input unless
|
||||
|
Loading…
Reference in New Issue
Block a user