wayland: forgot to commit .h

This commit is contained in:
IoIxD
2025-12-30 19:16:01 -07:00
parent 324257c43f
commit a03065ae52

View File

@@ -139,6 +139,8 @@ struct _MwLLWayland {
wayland_protocol_t* value;
}* wl_protocol_map;
MwBool always_render;
struct wl_display* display;
struct wl_registry* registry;
struct wl_compositor* compositor;
@@ -184,9 +186,6 @@ struct _MwLLWayland {
MwBool force_render;
pthread_mutex_t dispatch_mutex;
pthread_mutex_t pending_mutex;
MwBool break_dispatch;
MwBool break_pending;