MacOS: include grmac.h

(+ fixed typo in comment)
VER-2-0-4-PATCH
Just van Rossum 25 years ago
parent 3d76a9fbbe
commit c3b680942c
  1. 6
      demos/graph/grinit.c

@ -17,6 +17,10 @@
#include "grwin32.h"
#endif
#ifdef macintosh
#include "grmac.h"
#endif
/**********************************************************************
*
@ -52,7 +56,7 @@
while (chain)
{
/* initialie the device */
/* initialize the device */
grDevice* device;
device = chain->device;

Loading…
Cancel
Save