Subversion Repositories wimsdev

Rev

Rev 8195 | Rev 8878 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8195 Rev 8414
Line 24... Line 24...
24
 
24
 
25
char imagefilename[1024];
25
char imagefilename[1024];
26
char vimgfilename[1024];
26
char vimgfilename[1024];
27
int sizex, sizey, saved;
27
int sizex, sizey, saved;
28
gdImagePtr image=NULL, brushimg=NULL, tileimg=NULL, wimg=NULL;
28
gdImagePtr image=NULL, brushimg=NULL, tileimg=NULL, wimg=NULL;
29
int brushed=0, tiled=0, styled=0, width=1, savew=1, wcolor=-1;
29
int brushed=0, tiled=0, styled=0, width=1, savew=1, wcolor=-1, width2=4;
30
int color_white, color_black, color_bounder, color_frame;
30
int color_white, color_black, color_bounder, color_frame;
31
int linecnt=-100000;
31
int linecnt=-100000;
32
int tranged=0;
32
int tranged=0;
33
double xscale=1, yscale=1, xstart=0, ystart=0;
33
double xscale=1, yscale=1, xstart=0, ystart=0;
34
double tstart=0, tend=1, tstep=100, plotjump=200;
34
double tstart=0, tend=1, tstep=100, plotjump=200;