revive nextevent
This commit is contained in:
parent
ba6466a642
commit
620b6c7fc3
1 changed files with 6 additions and 1 deletions
|
|
@ -790,7 +790,12 @@ static int MwLLPendingImpl(MwLL handle) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void MwLLNextEventImpl(MwLL handle) {
|
static void MwLLNextEventImpl(MwLL handle) {
|
||||||
// MwBool render = handle->wayland.force_redraw;
|
MwBool render = handle->wayland.force_redraw;
|
||||||
|
|
||||||
|
if(render) {
|
||||||
|
MwLLDispatch(handle, draw, NULL);
|
||||||
|
handle->wayland.force_redraw = MwFALSE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void MwLLSetTitleImpl(MwLL handle, const char* title) {
|
static void MwLLSetTitleImpl(MwLL handle, const char* title) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue