Skip to content

protocol: invalid_method is sent on invalid arguments

Simon Ser requested to merge emersion/wayland:protocol-invalid-method into master

Currently libwayland sends a wl_display.invalid_method when arguments provided with a request are invalid (e.g. too short, see wl_client_connection_data).

Clarify the protocol by adding that invalid_method can be sent on invalid arguments.

Signed-off-by: Simon Ser contact@emersion.fr

Edited by Simon Ser

Merge request reports