mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
wayland: Rename the delete event to the close event
This was changed upstream a little while ago for C++ compatibility. It's also the more common term for the operation: you close a window, you don't delete one. In fact, a delete event might seem like it would be about resource management instead.
This commit is contained in:
@@ -384,9 +384,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...
|
||||
|
Reference in New Issue
Block a user