You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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 |