broken pipe

This commit is contained in:
Matthias Clasen 2006-06-28 12:44:30 +00:00
parent 941af522c5
commit 03de4627d3

View File

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