forked from pyrite-dev/milsko
more wayland fixes
This commit is contained in:
parent
f4072bcb3f
commit
ea2d62f2e1
3 changed files with 25 additions and 14 deletions
|
|
@ -49,6 +49,7 @@ void resize(MwWidget w, void* user, void* client) {
|
|||
(void)user;
|
||||
(void)client;
|
||||
|
||||
printf("H\n");
|
||||
ww = MwGetInteger(w, MwNwidth);
|
||||
wh = MwGetInteger(w, MwNheight);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue