wayland: more fix

This commit is contained in:
IoIxD
2026-01-12 18:18:05 -07:00
parent efcc176c04
commit 69c95d5752
2 changed files with 80 additions and 33 deletions

View File

@@ -186,8 +186,6 @@ struct _MwLLWayland {
MwBool force_render;
MwBool disabled;
struct _MwLLWaylandShmBuffer framebuffer;
struct _MwLLWaylandShmBuffer cursor;
struct _MwLLWaylandShmBuffer* icon;
@@ -198,6 +196,10 @@ struct _MwLLWayland {
IOI_XD: This sounds like a hilariously rare edge case, so it's almost funnier that this happened with 100% certainty for me and I spent day(s) trying to figure out what was happening. */
pthread_mutex_t eventsMutex;
uint32_t last_time;
MwLL currentlyHeldWidget;
cairo_surface_t* cs;
cairo_t* cairo;
};