summaryrefslogtreecommitdiff
path: root/openbox/startupnotify.c
diff options
context:
space:
mode:
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 */
}