ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/config.h
Revision: 1.10
Committed: Fri Jul 30 19:33:34 2004 UTC (20 years ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_2
Changes since 1.9: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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