From d21447d096a320a08b3efb2b8768fad0dcdcfd64 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 May 2016 22:28:51 +0100 Subject: move frontends into sub directory --- frontends/cocoa/Prefix.pch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontends/cocoa/Prefix.pch (limited to 'frontends/cocoa/Prefix.pch') diff --git a/frontends/cocoa/Prefix.pch b/frontends/cocoa/Prefix.pch new file mode 100644 index 000000000..7fa2c0547 --- /dev/null +++ b/frontends/cocoa/Prefix.pch @@ -0,0 +1,11 @@ +#include + +#ifdef __OBJC__ +#import +#endif + +#undef offsetof + +#define HISTORY_COLOUR_BACKGROUND 0x000000 +#define HISTORY_COLOUR_FOREGROUND 0xFFFFFF +#define HISTORY_COLOUR_SELECTED 0xFF6D27 \ No newline at end of file -- cgit v1.2.3