summaryrefslogtreecommitdiff
path: root/openbox/menuframe.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-07 19:04:25 +0000
committerDana Jansens <danakj@orodu.net>2003-09-07 19:04:25 +0000
commit420cbea6cc911296fdee62d0af336f4eda48d303 (patch)
tree29e458bb8d2e2f7df2dc21867ecc0fd22c402b5e /openbox/menuframe.c
parent78282959f970d28131e6aa8d66adce359aa145dc (diff)
xflush after rendering
Diffstat (limited to 'openbox/menuframe.c')
-rw-r--r--openbox/menuframe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c
index f2a14e48..4e823690 100644
--- a/openbox/menuframe.c
+++ b/openbox/menuframe.c
@@ -514,6 +514,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)