display: Request XI2.3

This matches commit:

http://git.gnome.org/browse/clutter/commit/?h=clutter-1.14&id=3e1450ba17fce90a8034cc525c67a87ff3cdd53d

Since XIQueryVersion, the bad API that it is, chooses the first client
version that it gets, we need to ensure that we pass XIQueryVersion the
new XI2.3 version, knowing fully well that Clutter won't be confused
by the new features.

https://bugzilla.gnome.org/show_bug.cgi?id=692877
This commit is contained in:
Colin Walters 2013-01-30 08:51:18 -05:00
parent 06e31e4c03
commit cefadb55b1

View File

@ -778,7 +778,7 @@ meta_display_open (void)
}
{
int major = 2, minor = 2;
int major = 2, minor = 3;
gboolean has_xi = FALSE;
if (XQueryExtension (the_display->xdisplay,