tuse carbon for pasteboard - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit bebdea4e8e1a93c14099a7b8182ddfcb6d2cae14
(DIR) parent a24065936ddd6f598c9d6e07099a5d475d2840be
(HTM) Author: rsc <devnull@localhost>
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(-)
---
(DIR) 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;