summaryrefslogtreecommitdiff
path: root/openbox/startupnotify.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/startupnotify.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/startupnotify.c')
-rw-r--r--openbox/startupnotify.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c
index 06fbb6c8..16654cfd 100644
--- a/openbox/startupnotify.c
+++ b/openbox/startupnotify.c
@@ -116,7 +116,6 @@ static gboolean sn_wait_timeout(gpointer data)
SnStartupSequence *seq = data;
sn_waits = g_slist_remove(sn_waits, seq);
screen_set_root_cursor();
- XFlush(obt_display);
return FALSE; /* don't repeat */
}
@@ -229,7 +228,6 @@ static gboolean sn_launch_wait_timeout(gpointer data)
{
SnLauncherContext *sn = data;
sn_launcher_context_complete(sn);
- XFlush(obt_display);
return FALSE; /* don't repeat */
}