wayland: working viewport, subsurface input region
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
5960823801
commit
91c05b670d
4 changed files with 29 additions and 6 deletions
|
|
@ -46,6 +46,7 @@ static void llresizehandler(MwLL handle, void* data) {
|
|||
MwDispatchUserHandler(h, MwNresizeHandler, NULL);
|
||||
for(i = 0; i < arrlen(h->children); i++) {
|
||||
MwDispatch(h->children[i], parent_resize);
|
||||
MwDispatch(h->children[i], draw);
|
||||
}
|
||||
MwDispatch(h, resize);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue