Subversion Repositories wimsdev

Rev

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

Rev 15613 Rev 15690
Line 4... Line 4...
4
#define MAX_BUFFER              65536
4
#define MAX_BUFFER              65536
5
#define MAX_DRAGSTUFF           24
5
#define MAX_DRAGSTUFF           27
6
#define MAX_MULTI_PRIMITIVES    27
6
#define MAX_MULTI_PRIMITIVES    27
7
/* wims : MAX_FWRITE_SIZE 64*1024=65536 == 2*MAX_BUFFER */
7
/* wims : MAX_FWRITE_SIZE 64*1024=65536 == 2*MAX_BUFFER */
8
#define MAX_COLOR_STRING        32
8
#define MAX_COLOR_STRING        32
9
#define MAX_SLIDERS             16
9
#define MAX_SLIDERS             16
10
/* the commmand / keyword name collection */
10
/* the commmand / keyword name collection */
Line 219... Line 219...
219
#define LINEAR          224
219
#define LINEAR          224
220
#define KILLLINEAR      225
220
#define KILLLINEAR      225
221
#define OBABEL          226
221
#define OBABEL          226
222
#define CHEMTEX         227
222
#define CHEMTEX         227
223
#define NORESET         228
223
#define NORESET         228
-
 
224
#define ARCARROW        229
224
 
225
 
225
/* the js_function[] dcollection : js-code without configurable argumens see canvasutil.c  */
226
/* the js_function[] dcollection : js-code without configurable argumens see canvasutil.c  */
226
#define MAX_JS_FUNCTIONS        50
227
#define MAX_JS_FUNCTIONS        51
227
 
228
 
228
#define DRAW_GRID       0
229
#define DRAW_GRID       0
229
#define DRAW_CROSSHAIRS 1
230
#define DRAW_CROSSHAIRS 1
230
#define DRAW_GRIDFILL   2
231
#define DRAW_GRIDFILL   2
231
#define DRAW_XML        3
232
#define DRAW_XML        3
Line 273... Line 274...
273
#define JS_MATH 45
274
#define JS_MATH 45
274
#define DRAW_TEXTS      46
275
#define DRAW_TEXTS      46
275
#define DRAG_EXTERNAL_IMAGE     47
276
#define DRAG_EXTERNAL_IMAGE     47
276
#define ADD_USER_INPUTS 48
277
#define ADD_USER_INPUTS 48
277
#define JSPLOT_AND_ZOOM 49
278
#define JSPLOT_AND_ZOOM 49
-
 
279
#define JS_ARROWHEAD    50
278
/*  end js_function[]  */
280
/*  end js_function[]  */
279
/* default canvasses, eg png images xsize x ysize */
281
/* default canvasses, eg png images xsize x ysize */
280
#define EXTERNAL_IMAGE_CANVAS 0 /* this is created first !!! in order to draw on it */
282
#define EXTERNAL_IMAGE_CANVAS 0 /* this is created first !!! in order to draw on it */
281
#define BG_CANVAS       1
283
#define BG_CANVAS       1
282
#define STATIC_CANVAS   2
284
#define STATIC_CANVAS   2