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

This commit is contained in:
IoIxD 2026-05-05 18:34:06 -07:00
commit 0550e74b98
2 changed files with 0 additions and 4 deletions

View file

@ -279,9 +279,6 @@ static int wcreate(MwWidget handle) {
MwSetDefault(handle);
if(handle->lowlevel->common.type == MwLLBackendWayland) {
handle->lowlevel->wayland.is_subwindow = MwTRUE;
}
return 0;
}