aboutsummaryrefslogtreecommitdiff
path: root/include/draw.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-28 12:54:33 +0000
committerrsc <devnull@localhost>2006-02-28 12:54:33 +0000
commitbebdea4e8e1a93c14099a7b8182ddfcb6d2cae14 (patch)
tree45b68fa04af3bb1be4503c62d9797d9a6f200dbd /include/draw.h
parenta24065936ddd6f598c9d6e07099a5d475d2840be (diff)
downloadplan9port-bebdea4e8e1a93c14099a7b8182ddfcb6d2cae14.tar.gz
plan9port-bebdea4e8e1a93c14099a7b8182ddfcb6d2cae14.tar.bz2
plan9port-bebdea4e8e1a93c14099a7b8182ddfcb6d2cae14.zip
use carbon for pasteboard
Diffstat (limited to 'include/draw.h')
-rw-r--r--include/draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/draw.h b/include/draw.h
index f7c9b8ff..de5e0c26 100644
--- a/include/draw.h
+++ b/include/draw.h
@@ -5,6 +5,9 @@ extern "C" {
#endif
AUTOLIB(draw)
+#ifdef __APPLE__
+AUTOFRAMEWORK(Carbon)
+#endif
typedef struct Cachefont Cachefont;
typedef struct Cacheinfo Cacheinfo;