wayland: yeah this is just fucked
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-05-05 18:30:09 -07:00
commit 5c74e65516
3 changed files with 12 additions and 9 deletions

View file

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