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.10 by root, Fri Jul 30 19:33:34 2004 UTC vs.
Revision 1.11 by root, Sun Jun 16 01:24:29 2019 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#define DEF_CONT_COLOR "grey" 4#define DEF_CONT_COLOR "grey"
5
6 5
7//default font.. -font at runtime should work 6//default font.. -font at runtime should work
8#define USE_FONT "*" 7#define USE_FONT "*"
9 8
10//default positions.. can be changed with -g at runtime 9//default positions.. can be changed with -g at runtime
11#define STD_WIDTH 730 10#define STD_WIDTH 730
12#define STD_HEIGHT 530 11#define STD_HEIGHT 530
13#define LOC_X 30 12#define LOC_X 30
14#define LOC_Y 30 13#define LOC_Y 30
15 14
16#define VERSION "1.2" 15#define VERSION "1.3"
17 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines