Subversion Repositories wimsdev

Rev

Rev 18133 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18133 Rev 18159
Line 28... Line 28...
28
char vimgfilename[1024];
28
char vimgfilename[1024];
29
char tikzfilename[1024];
29
char tikzfilename[1024];
30
int sizex, sizey, saved;
30
int sizex, sizey, saved;
31
gdImagePtr image=NULL, brushimg=NULL, tileimg=NULL, wimg=NULL;
31
gdImagePtr image=NULL, brushimg=NULL, tileimg=NULL, wimg=NULL;
32
int brushed=0, tiled=0, styled=0, width=1, savew=1, wcolor=-1, width2=4;
32
int brushed=0, tiled=0, styled=0, width=1, savew=1, wcolor=-1, width2=4;
33
int dashed,filled;
33
int dashed,filled,noreset;
34
int color_white, color_black, color_bounder, color_frame;
34
int color_white, color_black, color_bounder, color_frame;
35
int linecnt=-100000;
35
int linecnt=-100000;
36
int tranged=0;
36
int tranged=0;
37
double xscale=1, yscale=1, xstart=0, ystart=0;
37
double xscale=1, yscale=1, xstart=0, ystart=0;
38
double tstart=0, tend=1, tstep=100, plotjump=200;
38
double tstart=0, tend=1, tstep=100, plotjump=200;