Update of /cvsroot/easycalc/easycalc
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32428
Modified Files:
grprefs.h
Log Message:
Changes in Graph Setup form; Added checkboxes to select the functions to graph
Index: grprefs.h
===================================================================
RCS file: /cvsroot/easycalc/easycalc/grprefs.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** grprefs.h 12 Sep 2006 19:40:55 -0000 1.11
--- grprefs.h 19 Oct 2006 19:40:16 -0000 1.12
***************
*** 49,55 ****
char funcPar[MAX_GRFUNCS][2][MAX_FUNCNAME+1];
Boolean logx,logy;
- Boolean grid;
Int16 speed;
! IndexedColorType colors[10];
Int8 grType[6];
}TgrPrefs;
--- 49,55 ----
char funcPar[MAX_GRFUNCS][2][MAX_FUNCNAME+1];
Boolean logx,logy;
Int16 speed;
! IndexedColorType colors[9];
! Boolean grEnable[9];
Int8 grType[6];
}TgrPrefs;
|