forked from pyrite-dev/milsko
wayland: on resize, fire draw before resize
This commit is contained in:
parent
d491357635
commit
b9933b70e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1000,8 +1000,8 @@ static void xdg_toplevel_configure(void* data,
|
|||
framebuffer_setup(&self->wayland);
|
||||
region_setup(self);
|
||||
|
||||
MwLLDispatch(self, resize, NULL);
|
||||
MwLLDispatch(self, draw, NULL);
|
||||
MwLLDispatch(self, resize, NULL);
|
||||
};
|
||||
|
||||
/* Empty function for satisfying zxdg_toplevel's requirements */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue