compositor-x11: Use the keymap_notify immediately following the focus_in event
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 19 Apr 2011 16:38:22 +0000 (12:38 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 20 Apr 2011 18:20:02 +0000 (14:20 -0400)
commit025f7b8f8e941dad8953f9d45a916543c772e3ed
treeba834b1fb1e223c5ea4b7cd34f56d493334f7db5
parent94da7e1767ec553dc3b5630fc75f1946cc1c4ef1
compositor-x11: Use the keymap_notify immediately following the focus_in event

The event handling gets a little trickier this way but we need the
keymap sent immdiately after the focus_in event to determine which keys
are pressed as the compositor receives keyboard focus.
compositor/compositor-x11.c