tuse carbon for pasteboard - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit bebdea4e8e1a93c14099a7b8182ddfcb6d2cae14 | |
parent a24065936ddd6f598c9d6e07099a5d475d2840be | |
Author: rsc | |
Date: Tue, 28 Feb 2006 12:54:33 +0000 use carbon for pasteboard Diffstat: M include/draw.h | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) --- | |
diff --git a/include/draw.h b/include/draw.h | |
t@@ -5,6 +5,9 @@ extern "C" { #endif AUTOLIB(draw) +#ifdef __APPLE__ +AUTOFRAMEWORK(Carbon) +#endif typedef struct Cachefont Cachefont; typedef struct Cacheinfo Cacheinfo; |