wayland: working viewport, subsurface input region

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;
};