diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-01-14 15:55:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-14 15:55:04 -0500 |
commit | e46d2dd0f884c96bb535c280a6ec9ea616d39b5c (patch) | |
tree | aa5824b20c727291cd47e2b2962097a087b73f0b /include/rootston | |
parent | 66d4d2928f66bc33a8ac7c271e9ac4c992ccdd47 (diff) | |
parent | 9e85283f063d32c5e35b2091c4e67fc5cea0b630 (diff) |
Merge pull request #556 from raazvvann/heghe/idle-protocol
Idle protocol
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/desktop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index 8d706b65..9dfd7b10 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -13,6 +13,7 @@ #include <wlr/types/wlr_primary_selection.h> #include <wlr/types/wlr_screenshooter.h> #include <wlr/types/wlr_list.h> +#include <wlr/types/wlr_idle.h> #include "rootston/view.h" #include "rootston/config.h" @@ -44,6 +45,7 @@ struct roots_desktop { struct wlr_screenshooter *screenshooter; struct wlr_server_decoration_manager *server_decoration_manager; struct wlr_primary_selection_device_manager *primary_selection_device_manager; + struct wlr_idle *idle; struct wl_listener output_add; struct wl_listener output_remove; |