diff options
author | Zandr Martin <[email protected]> | 2016-07-30 18:50:13 -0500 |
---|---|---|
committer | Zandr Martin <[email protected]> | 2016-07-30 18:50:13 -0500 |
commit | 98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972 (patch) | |
tree | a7acb9aab8520040d49be04184d70984a66b95e7 /include/config.h | |
parent | 2e4ece65da7e2afe5da1d3347c88bda48b1efa90 (diff) |
implement solid color rendering for swaybg
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 5e1c123e..56deaf01 100644 --- a/include/config.h +++ b/include/config.h @@ -81,7 +81,7 @@ struct output_config { int enabled; int width, height; int x, y; - int scale; + int scale; char *background; char *background_option; }; |