GNOME Bugzilla – Bug 692466
clutter: Add "support" for XI2.3
Last modified: 2013-01-28 17:46:30 UTC
As XIQueryVersion is broken, we need to bump, yet again.
Created attachment 234321 [details] [review] 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. We should not get a BadRequest or fail the version check if we pass something higher.
Created attachment 234322 [details] [review] clutter-backend: Request XI2.3 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.
Review of attachment 234321 [details] [review]: looks okay.
Review of attachment 234322 [details] [review]: looks okay.
Attachment 234321 [details] pushed as b58a1d6 - x11: Always request XI2.2 Attachment 234322 [details] pushed as 3e1450b - clutter-backend: Request XI2.3