summaryrefslogtreecommitdiff
path: root/cocoa/Prefix.pch
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-24 15:01:34 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-24 15:01:34 +0000
commite21cab6a7fc68b311a79a067b408da23173fb255 (patch)
treeea7fbdbb891ad19248d8106b3d0edc3dddcc0cf1 /cocoa/Prefix.pch
parent840fb0b9aab4b3d3bd4603a945f0d8ca02f5e473 (diff)
downloadnetsurf-e21cab6a7fc68b311a79a067b408da23173fb255.tar.gz
netsurf-e21cab6a7fc68b311a79a067b408da23173fb255.tar.bz2
Added local history overlay
svn path=/trunk/netsurf/; revision=11479
Diffstat (limited to 'cocoa/Prefix.pch')
-rw-r--r--cocoa/Prefix.pch5
1 files changed, 4 insertions, 1 deletions
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 <Cocoa/Cocoa.h>
#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