summaryrefslogtreecommitdiff
path: root/src/effects.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-08-19 06:23:59 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-08-19 06:23:59 +0000
commitf70993be97dcd7f7a656723185243c323451c1fa (patch)
treee90e0d03c4f6f4fbd4e543f6aa584c180f3cb3e1 /src/effects.c
parent92a965b979c2f2f48b7553d326d10fb56b69d8ce (diff)
downloadmetacity-f70993be97dcd7f7a656723185243c323451c1fa.tar.gz
add prototype thingy to display windows we're cycling through with tab.
2001-08-19 Havoc Pennington <hp@pobox.com> * src/tabpopup.c: add prototype thingy to display windows we're cycling through with tab. Not wired up to keybindings yet.
Diffstat (limited to 'src/effects.c')
-rw-r--r--src/effects.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/effects.c b/src/effects.c
index f9eb254c..87930d87 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);
}