Add wlr_input_inhibitor

This commit is contained in:
Drew DeVault 2018-04-03 10:50:16 -04:00
parent d88f3c1eb3
commit ef4e833f13
5 changed files with 225 additions and 0 deletions

View file

@ -31,6 +31,7 @@ protocols = [
'screenshooter.xml',
'server-decoration.xml',
'wlr-layer-shell-unstable-v1.xml',
'wlr-input-inhibitor-unstable-v1.xml',
]
client_protocols = [
@ -40,6 +41,7 @@ client_protocols = [
'idle.xml',
'screenshooter.xml',
'wlr-layer-shell-unstable-v1.xml',
'wlr-input-inhibitor-unstable-v1.xml',
]
wl_protos_src = []