mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
how is this not causing the build to fail?
This commit is contained in:
parent
f1245f5ba5
commit
94bd4e0815
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ pub fn init(self: *Seat) void {
|
||||||
.keymap = keymap.ref(),
|
.keymap = keymap.ref(),
|
||||||
};
|
};
|
||||||
errdefer {
|
errdefer {
|
||||||
self.keyboard_group.destroy();
|
self.keyboard_group.deinit();
|
||||||
self.wlr_seat.destroy();
|
self.wlr_seat.destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue