Owen W. Taylor 614d6bd0f8 Nested X11: use KeymapNotify events to fix key state on FocusIn
If the user Alt-Tabs out of the window, we will be left thinking
the Alt key is still pressed since we don't see a release for it.

Solve this and other related issues for the nested X11 compositor
by selecting for KeymapStateMask which causes a KeymapNotify event
to be sent after each FocusIn, and when we get these events, update
the internal XKB state and send any necessary modifiers events to
clients.

https://bugzilla.gnome.org/show_bug.cgi?id=753948
2015-09-03 16:02:25 -04:00
2015-07-06 00:52:18 -07:00
2015-08-26 18:51:15 +02:00
2014-03-18 20:37:35 -04:00
2015-08-10 17:23:23 +02:00
2015-09-03 15:26:03 +02:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2015-09-03 15:26:03 +02:00
Description
94 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%