diff options
Diffstat (limited to 'openbox/popup.c')
| -rw-r--r-- | openbox/popup.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ } |
