From: Ton v. O. <tvo...@us...> - 2006-12-28 03:16:25
|
Update of /cvsroot/easycalc/easycalc/include In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7432/include Modified Files: defuns.h Log Message: Increase size of colors array in graphPrefs to 9 to eliminate overlap with grEnable since there really are 9 colors (6 funs + axis + grid + background). Bumped PREF_GRAPH_VERSION since size of graphPrefs has changed since 1.24. Draw axes using the correct color (axis color was ignored before). Thanks to Jorge Gil for catching this. Index: defuns.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/defuns.h,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** defuns.h 17 Sep 2006 11:46:06 -0000 1.39 --- defuns.h 28 Dec 2006 03:16:17 -0000 1.40 *************** *** 55,59 **** #define PREF_VERSION 44 #define PREF_RES_VERSION 2 ! #define PREF_GRAPH_VERSION 4 #define PREF_LSTEDIT_VERSION 1 #define PREF_MTXEDIT_VERSION 1 --- 55,59 ---- #define PREF_VERSION 44 #define PREF_RES_VERSION 2 ! #define PREF_GRAPH_VERSION 5 #define PREF_LSTEDIT_VERSION 1 #define PREF_MTXEDIT_VERSION 1 |