diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
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 { bool enabled; int width, height; int x, y; + char *background; + char *background_option; }; /** |