From: Dana Jansens Date: Mon, 8 Sep 2003 09:08:36 +0000 (+0000) Subject: flush after drawing each menu item X-Git-Tag: openbox-3_0-rc1-RELEASE~315 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0687790236de2785ed13b45e0f1650c6f6cde05e;p=dana%2Fopenbox.git flush after drawing each menu item --- diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 4e823690..5ece36c7 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -361,6 +361,8 @@ static void menu_entry_frame_render(ObMenuEntryFrame *self) XMapWindow(ob_display, self->bullet); } else XUnmapWindow(ob_display, self->bullet); + + XFlush(ob_display); } static void menu_frame_render(ObMenuFrame *self)