diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-06-14 13:52:21 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-06-14 13:52:21 -0400 |
| commit | aa3685d16af4a565eecdc39047ee8d140ef5cd99 (patch) | |
| tree | dbd52b14ef66f591f9d1becb813f802c4db337c6 /openbox/keyboard.c | |
| parent | 79cf72d17ff42e5bc8eb1adbd98bb42aa71fb085 (diff) | |
add XFlush to g_timeout callbacks
GMainLoop doesn't cause an flush to occur after handling a timeout.
Diffstat (limited to 'openbox/keyboard.c')
| -rw-r--r-- | openbox/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 5b8016dd..95433acc 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -66,6 +66,7 @@ static void grab_keys(gboolean grab) static gboolean chain_timeout(gpointer data) { keyboard_reset_chains(0); + XFlush(obt_display); return FALSE; /* don't repeat */ } |
