wayland: on resize, fire draw before resize

This commit is contained in:
IoIxD 2026-03-23 15:56:01 -07:00
commit b9933b70e2

View file

@ -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 */