fix: typo

This commit is contained in:
Ashley Wulber 2022-07-19 12:32:27 -04:00
parent dc13ca6e46
commit 8a855cb3d5
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -192,7 +192,7 @@ impl Dispatch<wl_registry::WlRegistry, ()> for State {
} = event } = event
{ {
match &interface[..] { match &interface[..] {
"zcosmic_workspace_info_v1" => { "zcosmic_toplevel_info_v1" => {
let ti = registry let ti = registry
.bind::<ZcosmicToplevelInfoV1, _, _>( .bind::<ZcosmicToplevelInfoV1, _, _>(
name, name,
@ -274,7 +274,7 @@ impl Dispatch<ZcosmicToplevelManagerV1, ()> for State {
_: &Connection, _: &Connection,
_: &QueueHandle<Self>, _: &QueueHandle<Self>,
) { ) {
dbg!(&event);
match event { match event {
zcosmic_toplevel_manager_v1::Event::Capabilities { .. } => { zcosmic_toplevel_manager_v1::Event::Capabilities { .. } => {
// TODO capabilities affect what is shown to user in applet // TODO capabilities affect what is shown to user in applet