aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-01-16 19:04:26 -0500
committerTony Crisci <tony@dubstepdish.com>2018-01-16 19:04:26 -0500
commit61bd79200cc3892b143b7321886db77e97c9f69f (patch)
tree15befd4b818a8893235604c88ba2a36b8e5ba08f /include/rootston/view.h
parent3751a1732158546c4fbc203aa34fc4a4a68f1016 (diff)
basic decorations
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index a18eda8f..68ccbef8 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -6,6 +6,9 @@
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_surface.h>
#include <wlr/types/wlr_xdg_shell_v6.h>
+#include "rootston/seat.h"
+
+struct roots_seat;
struct roots_wl_shell_surface {
struct roots_view *view;