feat(wayland): shortcut inhibit
This commit is contained in:
parent
8e7b7e586f
commit
54a69a0523
11 changed files with 360 additions and 8 deletions
|
|
@ -44,4 +44,6 @@ pub enum Event {
|
|||
RequestResize,
|
||||
/// Subsurface
|
||||
Subsurface(SubsurfaceEvent),
|
||||
/// Keyboard inhibit shortcuts
|
||||
ShortcutsInhibited(bool),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue