diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-30 23:28:02 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-30 23:28:02 -0400 |
| commit | 8f59be4e0834cdb72f2f1b38fc71e15a6acedfcd (patch) | |
| tree | a7acb9aab8520040d49be04184d70984a66b95e7 /include/config.h | |
| parent | 015e3b4149d55b1cb6c171730fbeef8d05f391a7 (diff) | |
| parent | 1e695a84e9e8c424c308867931fcdb9b40ba382d (diff) | |
Merge pull request #805 from zandrmartin/swaybg-solid-color0.9-rc3
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; }; |
