diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-23 14:34:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-23 14:34:20 -0400 |
commit | 663f53b22a0d97a300345090a92b8567b6a0af82 (patch) | |
tree | 45f2c39c1f883e1b80877c29848003c8ee2c1efc /include | |
parent | e78221e6a0413b8cccd41f75288798ae15b792b6 (diff) | |
parent | 7a213889974daad72fd6b925edc3dc2cf1a394a1 (diff) |
Merge pull request #123 from Luminarys/master
Added in output disabling
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
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 { struct output_config { char *name; + bool enabled; int width, height; int x, y; }; |