move #define NUMCOLORS to x11.c

This commit is contained in:
h_vogt 2011-05-03 21:19:57 +00:00
parent 838612467e
commit 7365459f75
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-05-03 Holger Vogt
* x11.c, graph.h: move #define NUMCOLORS to x11.c to avoid redefinition
under MS Visual Studion
2011-05-01 Robert Larice
* src/frontend/outitf.c ,
* src/spicelib/analysis/cktpzstr.c ,

View File

@ -57,6 +57,8 @@ $Id$
#define NXPLANES 5 /* note: What is this used for? */
#define BOXSIZE 30 /* initial size of bounding box for zoomin */
#define NUMCOLORS 20
typedef struct x11info {
Window window;
int isopen;

View File

@ -20,8 +20,6 @@ struct _keyed;
/* Device-independent data structure for plots. */
#define NUMCOLORS 20
struct graph {
int graphid;
struct dveclist *plotdata; /* normalized data */