X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.c;fp=openbox%2Fkeyboard.c;h=95433acc7782bbc97e1ea9b260b70877ba147b45;hb=aa3685d16af4a565eecdc39047ee8d140ef5cd99;hp=5b8016dd9d6b5a98d773336459514c3b314a3885;hpb=79cf72d17ff42e5bc8eb1adbd98bb42aa71fb085;p=chaz%2Fopenbox 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 */ }