mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
15e7b87cac
svn path=/trunk/netsurf/; revision=11481
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
#include <Carbon/Carbon.h>
|
|
|
|
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#endif
|
|
|
|
#undef offsetof
|
|
|
|
#define HISTORY_COLOUR_BACKGROUND 0x000000
|
|
#define HISTORY_COLOUR_FOREGROUND 0xFFFFFF
|
|
#define HISTORY_COLOUR_SELECTED 0xFF6D27 |