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;