diff options
Diffstat (limited to 'src/effects.c')
-rw-r--r-- | src/effects.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/effects.c b/src/effects.c index f9eb254..87930d8 100644 --- a/src/effects.c +++ b/src/effects.c @@ -250,6 +250,9 @@ meta_effects_draw_box_animation (MetaScreen *screen, g_timeout_add (15, (GSourceFunc)effects_draw_box_animation_timeout, context); + + /* kick changes onto the server */ + XFlush (context->screen->display->xdisplay); } |