From ddf21afa6ee99ad6a00705cc74b62a1c4907776b Mon Sep 17 00:00:00 2001 From: Tadeo Kondrak Date: Thu, 11 Jun 2020 13:41:09 -0600 Subject: [PATCH] protocol: Specify wl_callback::done to be a destructor event It's the only destructor event in the core protocol, and destructor events were previously unannotated. Signed-off-by: Tadeo Kondrak --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 471daf6..61e0366 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -179,7 +179,7 @@ the related request is done. - + Notify the client when the related request is done. -- 2.7.4