implements the idle_inhibit protocol type

This adds the types/wlr_idle_inhibit_v1 implementation.
This commit is contained in:
Markus Ongyerth 2018-02-07 11:10:49 +01:00
parent 088028c570
commit 50d573b2ca
6 changed files with 231 additions and 0 deletions

View file

@ -27,6 +27,7 @@ lib_wlr_types = static_library(
'wlr_xcursor_manager.c',
'wlr_xdg_shell_v6.c',
'wlr_xdg_shell.c',
'wlr_idle_inhibit_v1.c',
),
include_directories: wlr_inc,
dependencies: [pixman, xkbcommon, wayland_server, wlr_protos],