MacOS: include grmac.h

(+ fixed typo in comment)
This commit is contained in:
Just van Rossum 2000-03-02 01:16:33 +00:00
parent 3d76a9fbbe
commit c3b680942c
1 changed files with 5 additions and 1 deletions

View File

@ -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;