File: config.h

package info (click to toggle)
root-tail 1.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 124 kB
  • ctags: 138
  • sloc: ansic: 1,269; makefile: 63; sh: 11
file content (17 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* root tail compile time defaults */

#define DEF_COLOR       "white"
#define DEF_CONT_COLOR  "grey"


//default font.. -font at runtime should work
#define USE_FONT        "-*-*-*-*-*-*-*-*-*-*-*-*-*-*"

//default positions.. can be changed with -g at runtime
#define STD_WIDTH       730
#define STD_HEIGHT      530
#define LOC_X           30
#define LOC_Y           30

#define VERSION "1.2"