diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-21 03:18:20 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-21 03:18:20 +0100 |
| commit | cd39dc62e94cbbb5025740552aa09731c8911bf7 (patch) | |
| tree | c368cf483b0c3e5e0fb0730f7d8c2db898e9222d /src/config.c | |
| parent | 3049e4b1e3e6b36812be84cf794b55b019380c63 (diff) | |
Start working on mouse hover
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index 3e83390..fc1acf8 100644 --- a/src/config.c +++ b/src/config.c @@ -298,6 +298,7 @@ static config_status_t config_read_entry(const config_entry_t *entries, void *re "double float", "boolean", "color", + "gradient", "enum", "time", "list", |
