From e21cab6a7fc68b311a79a067b408da23173fb255 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 24 Jan 2011 15:01:34 +0000 Subject: Added local history overlay svn path=/trunk/netsurf/; revision=11479 --- cocoa/Prefix.pch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cocoa/Prefix.pch') diff --git a/cocoa/Prefix.pch b/cocoa/Prefix.pch index 0516a0bf7..0b11cf1e3 100644 --- a/cocoa/Prefix.pch +++ b/cocoa/Prefix.pch @@ -4,4 +4,7 @@ #import #endif -#undef offsetof \ No newline at end of file +#undef offsetof + +#define HISTORY_COLOUR_BACKGROUND 0x000000 +#define HISTORY_COLOUR_FOREGROUND 0xFFFFFF \ No newline at end of file -- cgit v1.2.3