aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-01-04 15:48:28 +0100
committeremersion <contact@emersion.fr>2018-01-04 15:48:28 +0100
commitbe3a7b0017823d80cd50c830d788a96e0e0ef6e8 (patch)
tree5e9aa84b5c7287cf7585366553854474ffa71f7f /include/rootston
parentd9ecfbaf325f66b15d60d0f8c4fe08a939cb6576 (diff)
Disable outputs in rootston config
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h
index bd24e577..05f23b75 100644
--- a/include/rootston/config.h
+++ b/include/rootston/config.h
@@ -7,6 +7,7 @@
struct roots_output_config {
char *name;
+ bool enable;
enum wl_output_transform transform;
int x, y;
float scale;