summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-18 10:22:07 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-12-01 06:20:51 -0500
commitbe97b72da2c26498f274c20a12eef1f1532ebc70 (patch)
treea6cda93aa3ed5a03e3f806e7b92a4ca3189cbacc
parentec9813ad7bbf3396ad2213352938a0ee3727f085 (diff)
downloadglade-be97b72da2c26498f274c20a12eef1f1532ebc70.tar.gz
Add GDK_TOUCHPAD_GESTURE_MASK
This is a new addition to the GdkEventMask enum. https://bugzilla.gnome.org/show_bug.cgi?id=758287
-rw-r--r--plugins/gtk+/gtk+.xml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 91c4cf66..95ff2c7b 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -165,6 +165,8 @@
<!-- GdkEventMask enumeration value -->
<value id="GDK_SMOOTH_SCROLL_MASK" _name="Smooth scroll"/>
<!-- GdkEventMask enumeration value -->
+ <value id="GDK_TOUCHPAD_GESTURE_MASK" _name="Touchpad Gesture"/>
+ <!-- GdkEventMask enumeration value -->
<value id="GDK_ALL_EVENTS_MASK" _name="All Events"/>
</displayable-values>
</property>