ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/config.h
Revision: 1.7
Committed: Wed Apr 7 03:54:30 2004 UTC (20 years, 2 months ago) by chris_moore
Content type: text/plain
Branch: MAIN
Changes since 1.6: +2 -0 lines
Log Message:
new options -justify and -cont-color
linked list instead of array

File Contents

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