aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-07 11:07:51 +0200
committeremersion <contact@emersion.fr>2017-10-07 16:22:03 +0200
commit05096ab45817127f75aecf10d94f082ec1815ee4 (patch)
treea1da6106e2c03e2aa6a31a5f1c4ed713c86b6ea0 /include/rootston
parent3eefd75e7efa1b983fcb528ccee64f33e26e3c75 (diff)
rootston: create screenshooter interface
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/desktop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index 0d641848..68fc5b94 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -8,6 +8,7 @@
#include <wlr/types/wlr_wl_shell.h>
#include <wlr/types/wlr_xdg_shell_v6.h>
#include <wlr/types/wlr_gamma_control.h>
+#include <wlr/types/wlr_screenshooter.h>
#include <wlr/util/list.h>
#include "rootston/view.h"
#include "rootston/config.h"
@@ -36,6 +37,7 @@ struct roots_desktop {
struct wlr_xdg_shell_v6 *xdg_shell_v6;
struct wlr_xwayland *xwayland;
struct wlr_gamma_control_manager *gamma_control_manager;
+ struct wlr_screenshooter *screenshooter;
struct wl_listener output_add;
struct wl_listener output_remove;