wip: toplevels
This commit is contained in:
parent
8a855cb3d5
commit
e7f9e95440
3 changed files with 64 additions and 37 deletions
|
|
@ -13,8 +13,8 @@ pub const PATH: &str = "/com/System76/PopShell";
|
|||
#[derive(Debug)]
|
||||
pub enum AppListEvent {
|
||||
WindowList(Vec<Toplevel>),
|
||||
Activate((u32, u32)),
|
||||
Close((u32, u32)),
|
||||
Add(Toplevel),
|
||||
Remove(Toplevel),
|
||||
Favorite((String, bool)),
|
||||
Refresh,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue