wayland resize

This commit is contained in:
IoIxD 2025-12-05 14:50:04 -07:00
commit 0fc8b09913
2 changed files with 180 additions and 81 deletions

View file

@ -81,7 +81,8 @@ struct _MwLLWayland {
MwBool configured;
MwBool force_redraw;
MwBool do_clear;
MwBool egl_setup;
MwBool egl_do_resetup;
MwU32 x, y, ww, wh;
int z_index;
@ -89,15 +90,12 @@ struct _MwLLWayland {
GLuint fbo;
unsigned int fbo_texture;
unsigned int rbo;
MwBool egl_setup;
EGLNativeWindowType egl_window_native;
EGLDisplay egl_display;
EGLContext egl_context;
EGLSurface egl_surface;
GLuint vertex_buffer;
GLuint vertex_array;
EGLConfig egl_config;
};
struct _MwLLWaylandColor {