ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/config.h
Revision: 1.2
Committed: Tue Oct 7 13:02:57 2003 UTC (20 years, 7 months ago) by pcg
Content type: text/plain
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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