aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-15 20:53:13 -0500
committerGitHub <noreply@github.com>2018-01-15 20:53:13 -0500
commitb331c5c2c5cbb94df66789e52ab87598647e0056 (patch)
tree24be1a00880947a25b9f9f8a12129bbb371b1643 /include/rootston
parentc690420501a35ee83bf6afeb52139b3da2c455c2 (diff)
parent0eebaf98d0550a9ea7adb743a5b85634f1d76b73 (diff)
Merge pull request #549 from emersion/output-enabled
Add wlr_output::enabled
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;