mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 06:34:40 +00:00
wayland/pointer-gestures: Send error on protocol version mismatch
When a client binds an incompatible version, we should terminate it. This check should only be there for the unstable version, as once it is declared stable and renamed, future versions will be backward compatible. https://bugzilla.gnome.org/show_bug.cgi?id=753855
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
name and the version will be reset to 1.
|
||||
</description>
|
||||
|
||||
<enum name="error">
|
||||
<entry name="version_mismatch" value="0"/>
|
||||
</enum>
|
||||
|
||||
<request name="get_swipe_gesture">
|
||||
<description summary="get swipe gesture">
|
||||
Create a swipe gesture object. See the
|
||||
|
Reference in New Issue
Block a user