wayland: yeah this is just fucked
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
daced7a897
commit
5c74e65516
3 changed files with 12 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue