plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit bebdea4e8e1a93c14099a7b8182ddfcb6d2cae14
parent a24065936ddd6f598c9d6e07099a5d475d2840be
Author: rsc <devnull@localhost>
Date:   Tue, 28 Feb 2006 12:54:33 +0000

use carbon for pasteboard

Diffstat:
Minclude/draw.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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;