mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
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.
This commit is contained in:
parent
41494244df
commit
a3d22dbe97
4 changed files with 85 additions and 0 deletions
|
|
@ -11,5 +11,6 @@ wlr_files += files(
|
|||
'shm.c',
|
||||
'time.c',
|
||||
'token.c',
|
||||
'utf8.c',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue