1.2
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-07 19:50:10 +09:00
commit 37c3f9cbdc
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 44 additions and 13 deletions

View file

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