From 79b277fe9b3f637fa9a1bd47e73218b3cb2cd5bd Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 19 Nov 2015 18:25:15 -0500 Subject: Parse output background config --- include/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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; }; /** -- cgit v1.2.3