From 32aa49a2299ea2bf95b72631dfafac7090c3c6e9 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 11 Jul 2024 23:09:27 +0200 Subject: Print color --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') 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); -- cgit v1.2.3