2011-01-19 23:19:43 +03:00
|
|
|
#include <Carbon/Carbon.h>
|
|
|
|
|
2011-01-13 01:07:36 +03:00
|
|
|
#ifdef __OBJC__
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
#endif
|
2011-01-19 23:19:43 +03:00
|
|
|
|
2011-01-24 18:01:34 +03:00
|
|
|
#undef offsetof
|
|
|
|
|
|
|
|
#define HISTORY_COLOUR_BACKGROUND 0x000000
|
2011-01-25 12:53:39 +03:00
|
|
|
#define HISTORY_COLOUR_FOREGROUND 0xFFFFFF
|
|
|
|
#define HISTORY_COLOUR_SELECTED 0xFF6D27
|