Unfinished Wayland PR #1

Merged
IoI_xD merged 55 commits from IoI_xD/milsko:wayland into master 2025-12-10 11:11:02 +09:00
Showing only changes of commit 620b6c7fc3 - Show all commits

revive nextevent

IoIxD 2025-12-05 19:27:49 -07:00

View file

@ -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) {