mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-29 11:08:22 -05:00
Add idle protocol
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
This commit is contained in:
parent
6834067ef5
commit
21cc5e6fef
5 changed files with 293 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ protocols = [
|
|||
'gtk-primary-selection.xml',
|
||||
'screenshooter.xml',
|
||||
'server-decoration.xml',
|
||||
'idle.xml',
|
||||
]
|
||||
|
||||
client_protocols = [
|
||||
|
|
@ -34,6 +35,7 @@ client_protocols = [
|
|||
'gtk-primary-selection.xml',
|
||||
'screenshooter.xml',
|
||||
'server-decoration.xml',
|
||||
'idle.xml',
|
||||
]
|
||||
|
||||
wl_protos_src = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue