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

This commit is contained in:
Nishi 2026-05-07 18:51:42 +09:00
commit bf5ab45f2e
6 changed files with 57 additions and 5 deletions

View file

@ -446,6 +446,9 @@ struct _MwLLWayland {
MwBool is_toplevel;
MwBool is_clipping;
MwRect clip;
/* Map of Wayland interfaces to their relevant setup functions. */
struct {
char* key;