X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacstuff.h;h=c072885941d389ee7d2cd63a011dd8bf4667c9a8;hb=b4e7ec8b12e19895ea509653090c43a5a1c52ed1;hp=ce3b58feba01a87e1132c16dd228fee0a99c50b9;hpb=87f9446a264b9cec91ed92eeb15e5c528e1ced14;p=PuTTY.git diff --git a/mac/macstuff.h b/mac/macstuff.h index ce3b58fe..c0728859 100644 --- a/mac/macstuff.h +++ b/mac/macstuff.h @@ -4,6 +4,25 @@ typedef void *Context; /* FIXME */ +#include +#include + +#include + +struct Filename { + FSSpec fss; +}; + +extern FILE * f_open(struct Filename, char const *); + +/* Suspiciously similar to an ICFontRecord */ +struct FontSpec { + short size; + Style face; + char pad; + Str255 name; +}; + /* * On the Mac, Unicode text copied to the clipboard has U+2028 line separators. * Non-Unicode text will have these converted to CR along with the rest of the