]> git.decadent.org.uk Git - ion3.git/blob - config.h
f9d713146be8fec1ca95e013de72a67174be2992
[ion3.git] / config.h
1 /*
2  * config.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_CONFIG_H
13 #define ION_CONFIG_H
14
15 /* #define CF_NO_LOCK_HACK */
16
17 #define CF_FALLBACK_FONT_NAME "fixed"
18 /*#define CF_FALLBACK_FONT_NAME "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"*/
19 #define CF_DRAG_TRESHOLD 2
20 #define CF_DBLCLICK_DELAY 250
21
22 #define CF_MAX_MOVERES_STR_SIZE 32
23
24 #define CF_TAB_TEXT_ALIGN ALIGN_CENTER
25 #define CF_RESIZE_DELAY 1500
26
27 #define CF_XMESSAGE "xmessage -file "
28
29 #define CF_EDGE_RESISTANCE 16
30
31 #define CF_RAISE_DELAY 500
32
33 #define CF_STATUSBAR_SYSTRAY_HEIGHT 24
34
35 /* Cursors
36  */
37
38 #define CF_CURSOR_DEFAULT XC_left_ptr
39 #define CF_CURSOR_RESIZE XC_sizing
40 #define CF_CURSOR_MOVE XC_fleur
41 #define CF_CURSOR_DRAG XC_cross
42 #define CF_CURSOR_WAITKEY XC_icon
43
44 #define CF_STDISP_MIN_SZ 8
45
46 #endif /* ION_CONFIG_H */