Compositor: add BypassWindowManager hint to WindowFlags
BypassWindowManagerHint is already being used on the client-side, and it would be beneficial for some compositors to see this server-side as well. Change-Id: I4801a0c2f14f86fcd48cc49c3f2324af4216fb6f Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
parent
795974e724
commit
a29f1c0547
@ -78,6 +78,7 @@
|
|||||||
<enum name="windowflag">
|
<enum name="windowflag">
|
||||||
<entry name="OverridesSystemGestures" value="1"/>
|
<entry name="OverridesSystemGestures" value="1"/>
|
||||||
<entry name="StaysOnTop" value="2"/>
|
<entry name="StaysOnTop" value="2"/>
|
||||||
|
<entry name="BypassWindowManager" value="4"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<request name="set_window_flags">
|
<request name="set_window_flags">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user