[mutter] display: Request XI2.3



commit cefadb55b1c51a38a3a8b82fed5644eaa6063c35
Author: Colin Walters <walters verbum org>
Date:   Wed Jan 30 08:51:18 2013 -0500

    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

 src/core/display.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/display.c b/src/core/display.c
index a236658..98a2d1f 100644
--- a/src/core/display.c
+++ b/src/core/display.c
@@ -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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]