aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-19 18:25:15 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-19 18:25:15 -0500
commit79b277fe9b3f637fa9a1bd47e73218b3cb2cd5bd (patch)
tree6be55b666541832a5a2a13fd38ecd74aacb6cf4e /include
parentStretch image to fit output resolution (diff)
downloadsway-79b277fe9b3f637fa9a1bd47e73218b3cb2cd5bd.tar.gz
sway-79b277fe9b3f637fa9a1bd47e73218b3cb2cd5bd.tar.zst
sway-79b277fe9b3f637fa9a1bd47e73218b3cb2cd5bd.zip
Parse output background config
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 3cbe7ce0..c93f9caf 100644
--- a/include/config.h
+++ b/include/config.h
@@ -43,6 +43,8 @@ struct output_config {
43 bool enabled; 43 bool enabled;
44 int width, height; 44 int width, height;
45 int x, y; 45 int x, y;
46 char *background;
47 char *background_option;
46}; 48};
47 49
48/** 50/**