fire a draw/resize event manually to children when resizing
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
5e823b5a25
commit
57609f1823
2 changed files with 63 additions and 10 deletions
|
|
@ -49,7 +49,6 @@ 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