mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-08 06:25:59 +01:00
a3d22dbe97
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.
16 lines
174 B
Meson
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',
|
|
)
|
|
|