wlroots-hyprland/util/meson.build
Manuel Stoeckl a3d22dbe97 xdg-toplevel: check that title provided actually is UTF-8
While the xdg-shell protocol requires this, it does not yet have
a dedicated error code for invalid titles; this commit makes
wlroots send a generic error instead.
2023-11-22 22:03:00 +03:00

16 lines
174 B
Meson

wlr_files += files(
'addon.c',
'array.c',
'box.c',
'env.c',
'global.c',
'log.c',
'rect_union.c',
'region.c',
'set.c',
'shm.c',
'time.c',
'token.c',
'utf8.c',
)