throw in the towel and switch to cairo lmao

This commit is contained in:
IoIxD 2025-12-01 20:05:03 -07:00
commit be2eb6483c
3 changed files with 38 additions and 61 deletions

View file

@ -15,6 +15,8 @@
#include <wayland-client.h>
#include <xkbcommon/xkbcommon.h>
#include <cairo/cairo.h>
MWDECL int MwLLWaylandCallInit(void);
#ifndef WL_PROTOCOLS_DEFINED
@ -64,8 +66,9 @@ struct _MwLLWayland {
struct wl_shm* shm;
struct wl_registry_listener registry_listener;
cairo_surface_t* cairo_surface;
MwU8* mapped_buffer;
int mapped_buffer_size;
struct {
const char* key;