From 4c2b7375612cd2eb8565898f76fb5e171b17777b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 11 Jul 2019 20:03:55 +0300 Subject: protocol: invalid_method is sent on malformed request 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 malformed request. Signed-off-by: Simon Ser --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol') diff --git a/protocol/wayland.xml b/protocol/wayland.xml index e897302..f1a13b7 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -91,7 +91,7 @@ + summary="method doesn't exist on the specified interface or malformed request"/>