aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-15 15:48:09 +0100
committeremersion <contact@emersion.fr>2018-03-15 15:48:09 +0100
commit8b58e1a3ad45f3e791a15b070d5544f3fc4e6a7e (patch)
treeb97fdf2deb525a5bc919bac3e410a905b0ef4821 /include/rootston
parent824a95ad19062e867178593f0937d14049422989 (diff)
parentde0e40d621c51cf075825633946a9ac7f98ac213 (diff)
Merge branch 'master' into matrix-redesign
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 467de8ab..db8a088e 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -7,6 +7,7 @@
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_gamma_control.h>
#include <wlr/types/wlr_idle.h>
+#include <wlr/types/wlr_linux_dmabuf.h>
#include <wlr/types/wlr_list.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_output.h>
@@ -46,6 +47,7 @@ struct roots_desktop {
struct wlr_primary_selection_device_manager *primary_selection_device_manager;
struct wlr_idle *idle;
struct wlr_idle_inhibit_manager_v1 *idle_inhibit;
+ struct wlr_linux_dmabuf *linux_dmabuf;
struct wl_listener new_output;
struct wl_listener layout_change;