chore(wayland): window state handling
This commit is contained in:
parent
e73bbddbca
commit
bc85d82426
4 changed files with 18 additions and 1 deletions
|
|
@ -1,8 +1,12 @@
|
|||
#![allow(missing_docs)]
|
||||
|
||||
use cctk::sctk::reexports::csd_frame::WindowState;
|
||||
|
||||
/// window events
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
pub enum WindowEvent {
|
||||
/// Window suggested bounds.
|
||||
SuggestedBounds(Option<crate::Size>),
|
||||
/// Window state
|
||||
WindowState(WindowState),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue