mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-09 13:07:32 -04:00
hi
This commit is contained in:
parent
46b21391c0
commit
ddc9a05f39
6 changed files with 111 additions and 53 deletions
|
|
@ -91,7 +91,7 @@ fn handleKeyMap(_: *wl.Listener(*wlr.Keyboard), _: *wlr.Keyboard) void {
|
|||
pub fn handleDestroy(listener: *wl.Listener(*wlr.InputDevice), _: *wlr.InputDevice) void {
|
||||
const keyboard: *Keyboard = @fieldParentPtr("destroy", listener);
|
||||
|
||||
std.log.debug("removing keyboard: {s}", .{keyboard.*.device.*.name orelse "(null)"});
|
||||
std.log.debug("removing keyboard: {s}", .{keyboard.device.name orelse "(null)"});
|
||||
|
||||
keyboard.link.remove();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue