From 624ffe397bb52757f486208b754489cdb77fd923 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 9 Jul 2010 20:58:21 -0700 Subject: 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 --- openbox/dock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox/dock.c') diff --git a/openbox/dock.c b/openbox/dock.c index b8a5ff56..06d2280a 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -632,7 +632,6 @@ static gboolean hide_timeout(gpointer data) hide_timeout_id = 0; - XFlush(obt_display); return FALSE; /* don't repeat */ } @@ -644,7 +643,6 @@ static gboolean show_timeout(gpointer data) show_timeout_id = 0; - XFlush(obt_display); return FALSE; /* don't repeat */ } -- cgit v1.2.3