summaryrefslogtreecommitdiffstats
path: root/src/extensions
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2013-09-19 16:26:59 +0300
committerAndy Nichols <andy.nichols@digia.com>2013-09-20 10:53:01 +0200
commitfb4267103d4601fd3f76ee07629e3728c027e6aa (patch)
tree79c9e9b54abcff209b0c638a57c988b33db56d35 /src/extensions
parentc593ba2a91f7caf1e495fbe411cab431fe57d49e (diff)
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>
Diffstat (limited to 'src/extensions')
-rw-r--r--src/extensions/surface-extension.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extensions/surface-extension.xml b/src/extensions/surface-extension.xml
index a2c9688c0..31f286200 100644
--- a/src/extensions/surface-extension.xml
+++ b/src/extensions/surface-extension.xml
@@ -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">