mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
broken pipe
This commit is contained in:
parent
941af522c5
commit
03de4627d3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user