Unfinished Wayland PR #1
1 changed files with 6 additions and 1 deletions
revive nextevent
commit
620b6c7fc3
|
|
@ -790,7 +790,12 @@ static int MwLLPendingImpl(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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue