]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macstuff.h
Fixed accelerator clash in the Unix-specific config, since gtkdlg.c
[PuTTY.git] / mac / macstuff.h
index ce3b58feba01a87e1132c16dd228fee0a99c50b9..c072885941d389ee7d2cd63a011dd8bf4667c9a8 100644 (file)
@@ -4,6 +4,25 @@
 
 typedef void *Context; /* FIXME */
 
+#include <MacTypes.h>
+#include <Files.h>
+
+#include <stdio.h>
+
+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