]> Pileus Git - ~andy/gtk/commit
gdkdevicemanager-x11: Always request XI2.2
authorJasper St. Pierre <jstpierre@mecheye.net>
Wed, 23 Jan 2013 22:07:57 +0000 (17:07 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Mon, 28 Jan 2013 17:45:01 +0000 (12:45 -0500)
commite340049eb83b869fa14985dd3922464afaf4b4ad
treeddc5f8e7aa9bf5949cf2b2056b5a853b8bc42ef7
parent99828efa50707410560ce6bb1213a6b4c4fd33d1
gdkdevicemanager-x11: Always request XI2.2

The X server should fill in the minor version that it supports in the
case where it only supports the older version, so we can safely always
pass a higher version number than is potentially supported by the
server.

libXi was designed to be stable in the case where it doesn't recognize
requests or events/replies, so this should still work in a case where
we have new versions of the X server, and GTK+, but an old version of
libXi, at least for however well that setup should work.

https://bugzilla.gnome.org/show_bug.cgi?id=692467
gdk/x11/gdkdevicemanager-x11.c