shell: Add window menu
This commit is contained in:
parent
edfb0edda7
commit
8c4d77e43c
14 changed files with 1591 additions and 32 deletions
|
|
@ -22,6 +22,9 @@ pub enum ReleaseMode {
|
|||
Click,
|
||||
NoMouseButtons,
|
||||
}
|
||||
|
||||
mod menu;
|
||||
pub use self::menu::*;
|
||||
mod moving;
|
||||
pub use self::moving::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue