Skip to content

Commit

Permalink
remove unused cosmic_comp module
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
  • Loading branch information
ryanabx committed Sep 22, 2024
1 parent e8f8f92 commit fb27181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 682 deletions.
2 changes: 2 additions & 0 deletions src/app_tray/compositor/cosmic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ impl Dispatch<zcosmic_toplevel_handle_v1::ZcosmicToplevelHandleV1, ()> for AppDa
_conn: &Connection,
_qhandle: &QueueHandle<Self>,
) {
println!("TOPLEVEL HANDLE EVENT! {:?}", event);
state.handle_toplevel_handle_event(
ToplevelHandle::Zcosmic(toplevel.clone()),
ToplevelHandleEvent::from(event),
Expand All @@ -93,6 +94,7 @@ impl Dispatch<zcosmic_toplevel_info_v1::ZcosmicToplevelInfoV1, ()> for AppData {
_conn: &Connection,
_qhandle: &QueueHandle<Self>,
) {
println!("Toplevel manager event! {:?}", event);
state.handle_toplevel_manager_event(ToplevelManagerEvent::from(event));
}

Expand Down
Loading

0 comments on commit fb27181

Please sign in to comment.