deps: update to latest zig-wayland/zig-wlroots
This commit is contained in:
parent
e1ab51f260
commit
0ccf0e65d5
2
deps/zig-wayland
vendored
2
deps/zig-wayland
vendored
@ -1 +1 @@
|
|||||||
Subproject commit ace6aeebcf95930ce52bb277e1899f7c050378d4
|
Subproject commit 676ba262dd7e06b78b3127da8ff1ccb151b71d55
|
2
deps/zig-wlroots
vendored
2
deps/zig-wlroots
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 0c3165f483d322a7b95f06ed5105782736444961
|
Subproject commit f4207f1edf2a7065b54a3c8315527d269548137a
|
@ -46,7 +46,7 @@ virtual_pointer_manager: *wlr.VirtualPointerManagerV1,
|
|||||||
virtual_keyboard_manager: *wlr.VirtualKeyboardManagerV1,
|
virtual_keyboard_manager: *wlr.VirtualKeyboardManagerV1,
|
||||||
|
|
||||||
configs: std.ArrayList(InputConfig),
|
configs: std.ArrayList(InputConfig),
|
||||||
devices: wl.list.Head(InputDevice, "link"),
|
devices: wl.list.Head(InputDevice, .link),
|
||||||
seats: std.TailQueue(Seat) = .{},
|
seats: std.TailQueue(Seat) = .{},
|
||||||
|
|
||||||
exclusive_client: ?*wl.Client = null,
|
exclusive_client: ?*wl.Client = null,
|
||||||
|
Loading…
Reference in New Issue
Block a user