diff options
| author | Kyle Brenneman <kbrenneman@nvidia.com> | 2024-09-17 17:27:37 -0600 |
|---|---|---|
| committer | Daniel Stone <daniels@collabora.com> | 2025-09-15 14:45:53 +0100 |
| commit | 77730f10a0eaac1c654d1bdc689783292bdb5f2d (patch) | |
| tree | efd3d2d8d37534f519f49d5971168782befbdf16 /.gitignore | |
| parent | cursor: Free theme when size check fails to avoid memory leak (diff) | |
| download | wayland-77730f10a0eaac1c654d1bdc689783292bdb5f2d.tar wayland-77730f10a0eaac1c654d1bdc689783292bdb5f2d.tar.gz wayland-77730f10a0eaac1c654d1bdc689783292bdb5f2d.tar.bz2 wayland-77730f10a0eaac1c654d1bdc689783292bdb5f2d.tar.lz wayland-77730f10a0eaac1c654d1bdc689783292bdb5f2d.tar.xz wayland-77730f10a0eaac1c654d1bdc689783292bdb5f2d.tar.zst wayland-77730f10a0eaac1c654d1bdc689783292bdb5f2d.zip | |
connection: Add a function to parse WAYLAND_DEBUG tokens
Add a new function, wl_check_env_token, to scan for a token in a
comma-separated string.
Change wl_display_create in wayland-server.c and
wl_display_connect_to_fd in wayland-client.c to use that instead of a
simple substring search.
This means that WAYLAND_DEBUG will accept a value like "client,server"
but not "clientserver". But, this will make it easier to add other
tokens without worrying about overlap between them.
Signed-off-by: Kyle Brenneman <kbrenneman@nvidia.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
