]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
no more interactive mouse actions, they are evil etc. actions now "feel" much more...
[chaz/openbox] / openbox / menuframe.c
index f2a14e48835b8b7bb591b2575b02d603429254f5..5ece36c7250d4eeba9300e483484e1f450c74136 100644 (file)
@@ -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)
This page took 0.020186 seconds and 4 git commands to generate.