Index: ossp-pkg/as/as-gui/as_const.h RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_const.h,v rcsdiff -q -kk '-r1.58' '-r1.59' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_const.h,v' 2>/dev/null --- as_const.h 2003/02/21 23:42:09 1.58 +++ as_const.h 2003/02/25 09:25:21 1.59 @@ -88,6 +88,18 @@ #define TITRAQ_DEFDARKGREEN 224 #define TITRAQ_PREFDARKBLUE "darkblue" #define TITRAQ_DEFDARKBLUE 216 +#define TITRAQ_PREFLTALTRED "lightred" +#define TITRAQ_DEFLTALTRED 240 +#define TITRAQ_PREFLTALTGREEN "lightgreen" +#define TITRAQ_DEFLTALTGREEN 240 +#define TITRAQ_PREFLTALTBLUE "lightblue" +#define TITRAQ_DEFLTALTBLUE 212 +#define TITRAQ_PREFDKALTRED "darkred" +#define TITRAQ_DEFDKALTRED 214 +#define TITRAQ_PREFDKALTGREEN "darkgreen" +#define TITRAQ_DEFDKALTGREEN 210 +#define TITRAQ_PREFDKALTBLUE "darkblue" +#define TITRAQ_DEFDKALTBLUE 160 // Column show preferences #define TITRAQ_PREFSTATCOLON "statcolshow" @@ -253,7 +265,6 @@ // Report periods #define TITRAQ_REPORTWEEK 0 #define TITRAQ_REPORTMONTH 1 -#define TITRAQ_REPORTBOTH 2 #define TITRAQ_POPUPMSECS 200 // Values @@ -266,5 +277,6 @@ #define TITRAQ_MINSINHOUR 60 // Only idiots don't know this #define TITRAQ_BRIGHT 'H' // For coloring rows #define TITRAQ_DARK 'D' // For coloring rows +#define TITRAQ_BIGMAGIC 700000 // For unreasonably large numbers #endif // TITCONST_H