parent
3d76a9fbbe
commit
c3b680942c
|
@ -17,6 +17,10 @@
|
||||||
#include "grwin32.h"
|
#include "grwin32.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef macintosh
|
||||||
|
#include "grmac.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
|
@ -52,7 +56,7 @@
|
||||||
|
|
||||||
while (chain)
|
while (chain)
|
||||||
{
|
{
|
||||||
/* initialie the device */
|
/* initialize the device */
|
||||||
grDevice* device;
|
grDevice* device;
|
||||||
|
|
||||||
device = chain->device;
|
device = chain->device;
|
||||||
|
|
Loading…
Reference in New Issue