From: Giulio Camuffo Date: Mon, 24 Mar 2014 12:13:22 +0000 (+0200) Subject: xdg-shell: rename the xdg_surface.delete event to close. X-Git-Tag: upstream/0.1.8~340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ea14f51e5afd7d1e891dfdd24d34998e4be2ea4;p=profile%2Fivi%2Fweston-ivi-shell.git xdg-shell: rename the xdg_surface.delete event to close. 'close' is more consistent with the purpose of the event than 'delete', and it is also c++ friendly, since 'delete' is a keyword. Reviewed-by: Jasper St. Pierre --- diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index a2913c4..79a2831 100644 --- a/protocol/xdg-shell.xml +++ b/protocol/xdg-shell.xml @@ -384,9 +384,9 @@ - + - The delete event is sent by the compositor when the user + The close event is sent by the compositor when the user wants the surface to be closed. This should be equivalent to the user clicking the close button in client-side decorations, if your application has any...