ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/config.h
(Generate patch)

Comparing root-tail/config.h (file contents):
Revision 1.3 by pcg, Thu Mar 25 21:07:26 2004 UTC vs.
Revision 1.4 by pcg, Fri Mar 26 13:14:54 2004 UTC

1//root tail compile time defaults 1/* root tail compile time defaults */
2 2
3#define DEF_COLOR "white" 3#define DEF_COLOR "white"
4 4
5//default font.. -font at runtime should work 5//default font.. -font at runtime should work
6#define USE_FONT "fixed" 6#define USE_FONT "fixed"
7 7
8//default positions.. can be changed with -g at runtime 8//default positions.. can be changed with -g at runtime
9#define STD_WIDTH 160 9#define STD_WIDTH 730
10#define STD_HEIGHT 20 10#define STD_HEIGHT 530
11#define LOC_X 30 11#define LOC_X 30
12#define LOC_Y 30 12#define LOC_Y 30
13 13
14#define VERSION "0.9" 14#define VERSION "1.0"
15 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines