Skip to content
Commit 45d0ca40 authored by Rui Matos's avatar Rui Matos
Browse files

keygrab: Allow unmodified and synchronous grabs if requested

Unmodified grabs are useful not only for a certain range of keysyms
but calling code has to deal with them specifically so make it
available on explicit request.

Likewise, synchronous grabs are useful as they allow us to replay
events that might be interesting to other applications but also need
special care on the calling side.

This patch changes the API so that both of the above options can be
requested and makes ungrabbing separate from the calling code
perspective.

https://bugzilla.gnome.org/show_bug.cgi?id=681685
parent bbb96e9a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment