From 2c8c1a156130aa40be7dcaeb3ce2977a03cf50c2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:18 +0200 Subject: Imported Upstream version 0.5.4 --- Settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index db35b2e..74f9c71 100644 --- a/Settings.h +++ b/Settings.h @@ -15,11 +15,12 @@ in the source distribution for its full text. #include "debug.h" - typedef struct Settings_ { char* userSettings; ProcessList* pl; Header* header; + int colorScheme; + int delay; } Settings; -- cgit v1.2.3