xflush after rendering
This commit is contained in:
parent
78282959f9
commit
420cbea6cc
2 changed files with 4 additions and 0 deletions
|
@ -203,6 +203,8 @@ void framerender_frame(ObFrame *self)
|
|||
ob_rr_theme->grip_width, ob_rr_theme->handle_height);
|
||||
}
|
||||
}
|
||||
|
||||
XFlush(ob_display);
|
||||
}
|
||||
|
||||
static void framerender_label(ObFrame *self, RrAppearance *a)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue