Merge branch 'master' of github.com:raboof/notion
[notion.git] / config.h
blob3e61db328890a84e76b5f5b64490a0bdf56431ce
1 /*
2 * config.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_CONFIG_H
10 #define ION_CONFIG_H
12 /* #define CF_NO_LOCK_HACK */
14 #define CF_DRAG_TRESHOLD 2
15 #define CF_DBLCLICK_DELAY 250
17 #define CF_MAX_MOVERES_STR_SIZE 32
19 #define CF_RESIZE_DELAY 1500
21 #define CF_XMESSAGE "xmessage -file "
23 #define CF_EDGE_RESISTANCE 16
25 #define CF_RAISE_DELAY 500
27 #define CF_STATUSBAR_SYSTRAY_HEIGHT 24
29 #define CF_VISIBILITY_CONSTRAINT 16 /* = CF_EDGE_RESISTANCE */
31 #define CF_USERTIME_DIFF_CURRENT 2000
32 #define CF_USERTIME_DIFF_NEW 4000
34 /* disable this by default */
35 #define CF_FOCUSLIST_INSERT_DELAY 0
37 /* disable this by default */
38 #define CF_WORKSPACE_INDICATOR_TIMEOUT 0
40 /* Cursors
43 #define CF_CURSOR_DEFAULT XC_left_ptr
44 #define CF_CURSOR_RESIZE XC_sizing
45 #define CF_CURSOR_MOVE XC_fleur
46 #define CF_CURSOR_DRAG XC_cross
47 #define CF_CURSOR_WAITKEY XC_icon
49 #define CF_STDISP_MIN_SZ 8
51 #endif /* ION_CONFIG_H */