From a03065ae528f6c2b448647b8247a1e15106839a7 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Tue, 30 Dec 2025 19:16:01 -0700 Subject: [PATCH] wayland: forgot to commit .h --- include/Mw/LowLevel/Wayland.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/Mw/LowLevel/Wayland.h b/include/Mw/LowLevel/Wayland.h index dcdcd5f..99ac280 100644 --- a/include/Mw/LowLevel/Wayland.h +++ b/include/Mw/LowLevel/Wayland.h @@ -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;