git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit3ab838e7cccc77be0ee696ce85633175ec5ebb49
parentb0dd84da5a
authorIsaac Freund <[email protected]>
date2023-02-27 13:35
deps: update to latest zig-wayland/zig-wlroots

 deps/zig-wayland       | 2 +-
 deps/zig-wlroots       | 2 +-
 river/InputManager.zig | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/deps/zig-wayland b/deps/zig-wayland
index ace6aee..676ba26 160000
--- a/deps/zig-wayland
+++ b/deps/zig-wayland
@@ -1 +1 @@
-Subproject commit ace6aeebcf95930ce52bb277e1899f7c050378d4
+Subproject commit 676ba262dd7e06b78b3127da8ff1ccb151b71d55
diff --git a/deps/zig-wlroots b/deps/zig-wlroots
index 0c3165f..f4207f1 160000
--- a/deps/zig-wlroots
+++ b/deps/zig-wlroots
@@ -1 +1 @@
-Subproject commit 0c3165f483d322a7b95f06ed5105782736444961
+Subproject commit f4207f1edf2a7065b54a3c8315527d269548137a
diff --git a/river/InputManager.zig b/river/InputManager.zig
index 44f6ac3..972bc8b 100644
--- a/river/InputManager.zig
+++ b/river/InputManager.zig
@@ -46,7 +46,7 @@ virtual_pointer_manager: *wlr.VirtualPointerManagerV1,
 virtual_keyboard_manager: *wlr.VirtualKeyboardManagerV1,
 
 configs: std.ArrayList(InputConfig),
-devices: wl.list.Head(InputDevice, "link"),
+devices: wl.list.Head(InputDevice, .link),
 seats: std.TailQueue(Seat) = .{},
 
 exclusive_client: ?*wl.Client = null,