deps: update to latest zig-wlroots
This fixes a nasty ABI bug that could cause river to crash when hotplugging down to 0 outputs.
This commit is contained in:
2
deps/zig-wlroots
vendored
2
deps/zig-wlroots
vendored
Submodule deps/zig-wlroots updated: 42d08b0b1e...597b244831
@ -84,7 +84,7 @@ pub fn init(self: *Self) !void {
|
|||||||
const transaction_timer = try event_loop.addTimer(*Self, handleTransactionTimeout, self);
|
const transaction_timer = try event_loop.addTimer(*Self, handleTransactionTimeout, self);
|
||||||
errdefer transaction_timer.remove();
|
errdefer transaction_timer.remove();
|
||||||
|
|
||||||
const noop_wlr_output = try server.headless_backend.headlessAddOutput();
|
const noop_wlr_output = try server.headless_backend.headlessAddOutput(1920, 1080);
|
||||||
self.* = .{
|
self.* = .{
|
||||||
.output_layout = output_layout,
|
.output_layout = output_layout,
|
||||||
.output_manager = try wlr.OutputManagerV1.create(server.wl_server),
|
.output_manager = try wlr.OutputManagerV1.create(server.wl_server),
|
||||||
|
Reference in New Issue
Block a user