flush after drawing each menu item
This commit is contained in:
parent
c5b156ef78
commit
0687790236
1 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,8 @@ static void menu_entry_frame_render(ObMenuEntryFrame *self)
|
||||||
XMapWindow(ob_display, self->bullet);
|
XMapWindow(ob_display, self->bullet);
|
||||||
} else
|
} else
|
||||||
XUnmapWindow(ob_display, self->bullet);
|
XUnmapWindow(ob_display, self->bullet);
|
||||||
|
|
||||||
|
XFlush(ob_display);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void menu_frame_render(ObMenuFrame *self)
|
static void menu_frame_render(ObMenuFrame *self)
|
||||||
|
|
Loading…
Reference in a new issue