shithub: freetype+ttf2subf

Download patch

ref: c3b680942cf5f7974b45a2fb54e765178185733e
parent: 3d76a9fbbe10b59fc7c98fa56b0d9b84df36c063
author: Just van Rossum <[email protected]>
date: Wed Mar 1 20:16:33 EST 2000

MacOS: include grmac.h
(+ fixed typo in comment)

git/fs: mount .git/fs: mount/attach disallowed
--- a/demos/graph/grinit.c
+++ b/demos/graph/grinit.c
@@ -17,7 +17,11 @@
 #include "grwin32.h"
 #endif
 
+#ifdef macintosh
+#include "grmac.h"
+#endif
 
+
  /**********************************************************************
   *
   * <Function>
@@ -52,7 +56,7 @@
 
     while (chain)
     {
-      /* initialie the device */
+      /* initialize the device */
       grDevice*  device;
 
       device = chain->device;