Add input-inhibitor example client

This commit is contained in:
Drew DeVault 2018-04-03 11:29:32 -04:00
parent ef4e833f13
commit 3a8c7f283d
5 changed files with 202 additions and 5 deletions

View file

@ -55,3 +55,9 @@ executable(
'layer-shell.c',
dependencies: [wayland_cursor, wayland_client, wlr_protos, wlroots]
)
executable(
'input-inhibitor',
'input-inhibitor.c',
dependencies: [wayland_cursor, wayland_client, wlr_protos, wlroots]
)