From aa3685d16af4a565eecdc39047ee8d140ef5cd99 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 Jun 2010 13:52:21 -0400 Subject: add XFlush to g_timeout callbacks GMainLoop doesn't cause an flush to occur after handling a timeout. --- openbox/screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 353d2de0..e3ad8612 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -940,6 +940,7 @@ static gboolean hide_desktop_popup_func(gpointer data) { pager_popup_hide(desktop_popup); desktop_popup_timer = 0; + XFlush(obt_display); return FALSE; /* don't repeat */ } -- cgit v1.2.3