fix resizing

This commit is contained in:
IoIxD 2025-12-08 16:37:59 -07:00
commit cb09986053
2 changed files with 37 additions and 29 deletions

View file

@ -87,7 +87,10 @@ struct _MwLLWayland {
MwBool egl_setup;
MwBool has_set_xy;
MwU32 x, y, ww, wh;
int resize_counter;
MwU32 x, y;
MwU32 ww, wh;
MwU32 lw, lh;
MwPoint cur_mouse_pos;
struct timeval timer;
@ -95,7 +98,9 @@ struct _MwLLWayland {
MwU64 cooldown_timer;
MwU64 cooldown_timer_epoch;
MwLL parent;
MwLL parent;
MwLL topmost_parent;
MwBool draw_recursively;
GLuint fbo;
unsigned int fbo_texture;