aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 11c4053..4edc59d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -12,6 +12,7 @@ typedef struct {
unsigned int height;
unsigned int width;
bool override_redirect;
+ color_t background;
} config_t;
void config_init(config_t *config);