Skip to content

server: add const qualifier to function arguments where possible

Sebastian Wick requested to merge swick/wayland:wip/const-server-api into main

Makes it possible to e.g. call wl_client_get_credentials with a const struct wl_client * from a global filter callback.

Signed-off-by: Sebastian Wick sebastian.wick@redhat.com

Merge request reports