GNOME Bugzilla – Bug 692877
display: Request XI2.3
Last modified: 2013-01-31 09:23:55 UTC
Created attachment 234825 [details] [review] 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. --- src/core/display.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
The latest gnome-ostree's gnome-shell crashes without this patch.
Review of attachment 234825 [details] [review]: OK, go ahead