wayland: implement ext-idle-notifier
This commit is contained in:
parent
01e3930ced
commit
9a024fe72c
9 changed files with 287 additions and 3 deletions
12
wire/ext_idle_notification_v1.txt
Normal file
12
wire/ext_idle_notification_v1.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg idled = 0 {
|
||||
}
|
||||
|
||||
msg resumed = 1 {
|
||||
}
|
||||
10
wire/ext_idle_notifier_v1.txt
Normal file
10
wire/ext_idle_notifier_v1.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
}
|
||||
|
||||
msg get_idle_notification = 1 {
|
||||
id: id(ext_idle_notification_v1),
|
||||
timeout: u32,
|
||||
seat: id(wl_seat),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue