From 0532f4db79d48a439c2a970c265f615148c49a92 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Thu, 23 Jan 2025 16:53:09 +0100 Subject: [PATCH] idle_notifier: add missing since=2 attribute --- wire/ext_idle_notifier_v1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/ext_idle_notifier_v1.txt b/wire/ext_idle_notifier_v1.txt index bf3e1e10..fc3d2daa 100644 --- a/wire/ext_idle_notifier_v1.txt +++ b/wire/ext_idle_notifier_v1.txt @@ -9,7 +9,7 @@ request get_idle_notification { seat: id(wl_seat), } -request get_input_idle_notification { +request get_input_idle_notification (since = 2) { id: id(ext_idle_notification_v1), timeout: u32, seat: id(wl_seat),