have cairo fill in lines idk

This commit is contained in:
IoIxD 2025-12-01 20:45:21 -07:00
commit 8cbde42de3
2 changed files with 16 additions and 13 deletions

View file

@ -66,7 +66,10 @@ struct _MwLLWayland {
struct wl_shm* shm;
struct wl_registry_listener registry_listener;
int mapped_buffer_size;
cairo_surface_t* cairo_surface;
// cairo_t* cairo;
MwU8* mapped_buffer;