aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/node.h')
-rw-r--r--include/sway/tree/node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/tree/node.h b/include/sway/tree/node.h
index 5b8c1909..470ee3b5 100644
--- a/include/sway/tree/node.h
+++ b/include/sway/tree/node.h
@@ -3,6 +3,9 @@
3#include <stdbool.h> 3#include <stdbool.h>
4#include "list.h" 4#include "list.h"
5 5
6#define MIN_SANE_W 100
7#define MIN_SANE_H 60
8
6struct sway_root; 9struct sway_root;
7struct sway_output; 10struct sway_output;
8struct sway_workspace; 11struct sway_workspace;