]> Pileus Git - ~andy/gtk/commitdiff
broken pipe
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Jun 2006 12:44:30 +0000 (12:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Jun 2006 12:44:30 +0000 (12:44 +0000)
gdk/x11/gdkdisplay-x11.c

index af90587f76bfa3f27e7d01dc1994fc252fdd1400..1a1c54ddffa1893100dd23304e2ca338e1153acc 100644 (file)
@@ -295,7 +295,8 @@ gdk_display_open (const gchar *display_name)
            /* keep this in sync with _gdk_keymap_state_changed() */ 
            XkbSelectEventDetails (display_x11->xdisplay,
                                   XkbUseCoreKbd, XkbStateNotify,
-                                  XkbGroupLockMask, XkbGroupLockMask);
+                                  XkbAllStateComponentsMask,
+                                   XkbGroupLockMask);
 
            XkbSetDetectableAutoRepeat (display_x11->xdisplay,
                                        True,