wayland clipping
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-19 18:50:33 -07:00
commit e0554cdb92
2 changed files with 47 additions and 6 deletions

View file

@ -408,6 +408,8 @@ struct _MwLLWayland {
enum _MwLLWaylandType type;
enum _MwLLWaylandType type_to_be;
MwRect clipping_rect;
MwBool detatching;
MwPoint detach_point;