From e5168df124f7848576d7dcf53e2a9bd6e3ddda55 Mon Sep 17 00:00:00 2001 From: tth Date: Sun, 27 Jan 2019 13:06:02 +0100 Subject: [PATCH] missing member un config struct --- core/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/config.h b/core/config.h index ec7d75d..25fdbe9 100644 --- a/core/config.h +++ b/core/config.h @@ -11,6 +11,7 @@ typedef struct { char *input_device; int input_speed; + char *eyecandy_banner; } Configuration;