wayland: working viewport, subsurface input region
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoI_xD 2026-03-19 15:57:20 -07:00
commit 91c05b670d
4 changed files with 29 additions and 6 deletions

View file

@ -39,6 +39,8 @@ struct _MwLLCommon {
int type;
int coordinate_type;
MwBool place_above;
MwLLHandler handler;
};

View file

@ -147,6 +147,7 @@ struct _MwLLWayland {
struct wl_registry* registry;
struct wl_compositor* compositor;
struct wl_registry_listener registry_listener;
struct wl_region* o_region;
struct wl_region* region;
struct wl_output* output;