mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 00:22:25 +00: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.
17 lines
174 B
Meson
17 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',
|
|
)
|
|
|