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:
Andrew Knight 2013-09-19 16:26:59 +03:00 committed by Andy Nichols
parent 795974e724
commit a29f1c0547

View File

@ -78,6 +78,7 @@
<enum name="windowflag">
<entry name="OverridesSystemGestures" value="1"/>
<entry name="StaysOnTop" value="2"/>
<entry name="BypassWindowManager" value="4"/>
</enum>
<request name="set_window_flags">