shell: Add window menu

This commit is contained in:
Victoria Brekenfeld 2023-12-07 19:53:41 +00:00 committed by Victoria Brekenfeld
parent edfb0edda7
commit 8c4d77e43c
14 changed files with 1591 additions and 32 deletions

View file

@ -22,6 +22,9 @@ pub enum ReleaseMode {
Click,
NoMouseButtons,
}
mod menu;
pub use self::menu::*;
mod moving;
pub use self::moving::*;