summaryrefslogtreecommitdiff
path: root/openbox/menuframe.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-07-09 20:58:21 -0700
committerMikael Magnusson <mikachu@gmail.com>2010-09-16 17:24:12 +0200
commit624ffe397bb52757f486208b754489cdb77fd923 (patch)
tree4964c52bcc82095f59b24d2d05e58de035670a20 /openbox/menuframe.c
parent179312f9ae8ad3fdae977ac0d4004aa6ef33f5eb (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/menuframe.c')
-rw-r--r--openbox/menuframe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c
index fafc0f79..5708cdf8 100644
--- a/openbox/menuframe.c
+++ b/openbox/menuframe.c
@@ -1158,7 +1158,6 @@ static gboolean submenu_show_timeout(gpointer data)
{
g_assert(menu_frame_visible);
menu_entry_frame_show_submenu((ObMenuEntryFrame*)data);
- XFlush(obt_display);
return FALSE;
}
@@ -1166,7 +1165,6 @@ static gboolean submenu_hide_timeout(gpointer data)
{
g_assert(menu_frame_visible);
menu_frame_hide((ObMenuFrame*)data);
- XFlush(obt_display);
return FALSE;
}