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/popup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/popup.c') diff --git a/openbox/popup.c b/openbox/popup.c index e6e1ec5a..8ff8c533 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -148,6 +148,7 @@ static gboolean popup_show_timeout(gpointer data) self->delay_mapped = FALSE; self->delay_timer = 0; + XFlush(obt_display); return FALSE; /* don't repeat */ } -- cgit v1.2.3