ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/config.h
Revision: 1.11
Committed: Sun Jun 16 01:24:29 2019 UTC (4 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_3, HEAD
Changes since 1.10: +1 -2 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 //default font.. -font at runtime should work
7 #define USE_FONT "*"
8
9 //default positions.. can be changed with -g at runtime
10 #define STD_WIDTH 730
11 #define STD_HEIGHT 530
12 #define LOC_X 30
13 #define LOC_Y 30
14
15 #define VERSION "1.3"
16