diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-07-09 20:58:21 -0700 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2010-09-16 17:24:12 +0200 |
| commit | 624ffe397bb52757f486208b754489cdb77fd923 (patch) | |
| tree | 4964c52bcc82095f59b24d2d05e58de035670a20 /openbox/keyboard.c | |
| parent | 179312f9ae8ad3fdae977ac0d4004aa6ef33f5eb (diff) | |
Revert "add XFlush to g_timeout callbacks"
This reverts commit aa3685d16af4a565eecdc39047ee8d140ef5cd99.
Mika's commit using a GSource to handle X Events fixes this problem, so this
commit is not needed
Diffstat (limited to 'openbox/keyboard.c')
| -rw-r--r-- | openbox/keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 95433acc..5b8016dd 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -66,7 +66,6 @@ static void grab_keys(gboolean grab) static gboolean chain_timeout(gpointer data) { keyboard_reset_chains(0); - XFlush(obt_display); return FALSE; /* don't repeat */ } |
