aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/workspace.h')
-rw-r--r--include/sway/tree/workspace.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h
index 8d49fefb..35e1df3b 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -3,6 +3,13 @@
#include "sway/tree/container.h"
+struct sway_view;
+
+struct sway_workspace {
+ struct sway_container *swayc;
+ struct sway_view *fullscreen;
+};
+
extern char *prev_workspace_name;
char *workspace_next_name(const char *output_name);