correct mouse clicks
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-03-18 23:01:39 -07:00
commit 0a62467760
2 changed files with 10 additions and 2 deletions

View file

@ -204,6 +204,8 @@ struct _MwLLWayland {
MwLL currentlyHeldWidget;
struct wl_surface* curSurface;
cairo_surface_t* cs;
cairo_t* cairo;
};