X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.c;h=5ece36c7250d4eeba9300e483484e1f450c74136;hb=8fe0cb8989c1fe12b30b9030b446345f25340d35;hp=f2a14e48835b8b7bb591b2575b02d603429254f5;hpb=78282959f970d28131e6aa8d66adce359aa145dc;p=chaz%2Fopenbox diff --git a/openbox/menuframe.c b/openbox/menuframe.c index f2a14e48..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) @@ -514,6 +516,8 @@ static void menu_frame_render(ObMenuFrame *self) h += ob_rr_theme->bwidth * 2; RECT_SET_SIZE(self->area, w, h); + + XFlush(ob_display); } static void menu_frame_update(ObMenuFrame *self)