idle: support ext-idle-notify-v1, drop KDE protocol

This commit is a breaking change as it drops support for the now
obsolete org_kde_kwin_idle protocol.
This commit is contained in:
Isaac Freund
2022-12-24 18:18:09 +01:00
parent 05c9194eba
commit 6ac3928556
5 changed files with 7 additions and 9 deletions

View File

@ -326,7 +326,7 @@ pub fn focusOutput(self: *Self, output: *Output) void {
}
pub fn handleActivity(self: Self) void {
server.input_manager.idle.notifyActivity(self.wlr_seat);
server.input_manager.idle_notifier.notifyActivity(self.wlr_seat);
}
pub fn handleViewMap(self: *Self, view: *View) !void {