chore: add doc comment to SurfaceClosed
This commit is contained in:
parent
ff0d49672e
commit
045dca649a
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ pub enum Message {
|
|||
/// Capabilities the window manager supports
|
||||
#[cfg(feature = "wayland")]
|
||||
WmCapabilities(window::Id, WindowManagerCapabilities),
|
||||
/// Notifies that a surface was closed.
|
||||
/// Any data relating to the surface should be cleaned up.
|
||||
SurfaceClosed(window::Id),
|
||||
/// Activate the application
|
||||
Activate(String),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue