From 05096ab45817127f75aecf10d94f082ec1815ee4 Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 7 Oct 2017 11:07:51 +0200 Subject: rootston: create screenshooter interface --- include/rootston/desktop.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 #include #include +#include #include #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; -- cgit v1.2.3