forked from AuroraMiddleware/gtk
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() */
|
/* 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,
|
||||||
|
Loading…
Reference in New Issue
Block a user