also works on wayland now
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-07 19:47:09 +09:00
commit 8cb40ce2d4

View file

@ -1607,6 +1607,7 @@ static void MwLLClipImpl(MwLL handle, MwRect* rect) {
handle->wayland.is_clipping = MwFALSE;
} else {
handle->wayland.clip = *rect;
handle->wayland.is_clipping = MwTRUE;
}
}