wayland: The xdg_surface.delete event was renamed to close

This commit is contained in:
Jasper St. Pierre
2014-04-17 13:14:44 -04:00
parent 42ee237691
commit e4e75a94f5
2 changed files with 5 additions and 5 deletions

View File

@ -381,9 +381,9 @@
</description>
</event>
<event name="delete">
<event name="close">
<description summary="surface wants to be closed">
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...