idle_notifier: add missing since=2 attribute
This commit is contained in:
parent
de0327e7e4
commit
0532f4db79
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ request get_idle_notification {
|
||||||
seat: id(wl_seat),
|
seat: id(wl_seat),
|
||||||
}
|
}
|
||||||
|
|
||||||
request get_input_idle_notification {
|
request get_input_idle_notification (since = 2) {
|
||||||
id: id(ext_idle_notification_v1),
|
id: id(ext_idle_notification_v1),
|
||||||
timeout: u32,
|
timeout: u32,
|
||||||
seat: id(wl_seat),
|
seat: id(wl_seat),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue