From b8e5dbea8f0eefc04f6e86d9f5fc71958dab7a55 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 11 Jan 2024 14:47:57 -0800 Subject: [PATCH] Advertise version 2 of `zcosmic_workspace_manager_v1` global --- Cargo.lock | 2 +- src/wayland/protocols/workspace.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba4fadaa..29a60470 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,7 +955,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.8.1", + "libloading 0.7.4", ] [[package]] diff --git a/src/wayland/protocols/workspace.rs b/src/wayland/protocols/workspace.rs index a5ae52d5..e1bd982e 100644 --- a/src/wayland/protocols/workspace.rs +++ b/src/wayland/protocols/workspace.rs @@ -420,7 +420,7 @@ where F: for<'a> Fn(&'a Client) -> bool + Send + Sync + 'static, { let global = dh.create_global::( - 1, + 2, WorkspaceGlobalData { filter: Box::new(client_filter), },