summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-23 14:34:20 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-23 14:34:20 -0400
commit663f53b22a0d97a300345090a92b8567b6a0af82 (patch)
tree45f2c39c1f883e1b80877c29848003c8ee2c1efc /include
parentPrefix log events from wlc with [wlc] (diff)
parentMinor fix (diff)
downloadsway-663f53b22a0d97a300345090a92b8567b6a0af82.tar.gz
sway-663f53b22a0d97a300345090a92b8567b6a0af82.tar.zst
sway-663f53b22a0d97a300345090a92b8567b6a0af82.zip
Merge pull request #123 from Luminarys/master
Added in output disabling
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index c896b423..6d36eb41 100644
--- a/include/config.h
+++ b/include/config.h
@@ -24,6 +24,7 @@ struct sway_mode {
24 24
25struct output_config { 25struct output_config {
26 char *name; 26 char *name;
27 bool enabled;
27 int width, height; 28 int width, height;
28 int x, y; 29 int x, y;
29}; 30};