comparison src/main.h @ 283:e213fb025621

GQVIEW_* -> GQ_*
author zas_
date Tue, 08 Apr 2008 23:16:12 +0000
parents c2cb12def9d6
children d1f74154463e
comparison
equal deleted inserted replaced
282:c2cb12def9d6 283:e213fb025621
62 *---------------------------------------------------------------------------- 62 *----------------------------------------------------------------------------
63 */ 63 */
64 64
65 #define GQ_WMCLASS "geeqie" 65 #define GQ_WMCLASS "geeqie"
66 66
67 #define GQVIEW_RC_DIR ".geeqie" 67 #define GQ_RC_DIR ".geeqie"
68 #define GQVIEW_RC_DIR_COLLECTIONS GQVIEW_RC_DIR"/collections" 68 #define GQ_RC_DIR_COLLECTIONS GQ_RC_DIR"/collections"
69 #define GQVIEW_RC_DIR_TRASH GQVIEW_RC_DIR"/trash" 69 #define GQ_RC_DIR_TRASH GQ_RC_DIR"/trash"
70 70
71 #define RC_FILE_NAME "geeqierc" 71 #define RC_FILE_NAME "geeqierc"
72 72
73 #define ZOOM_RESET_ORIGINAL 0 73 #define ZOOM_RESET_ORIGINAL 0
74 #define ZOOM_RESET_FIT_WINDOW 1 74 #define ZOOM_RESET_FIT_WINDOW 1
78 #define SCROLL_RESET_CENTER 1 78 #define SCROLL_RESET_CENTER 1
79 #define SCROLL_RESET_NOCHANGE 2 79 #define SCROLL_RESET_NOCHANGE 2
80 80
81 #define MOUSEWHEEL_SCROLL_SIZE 20 81 #define MOUSEWHEEL_SCROLL_SIZE 20
82 82
83 #define GQVIEW_EDITOR_GENERIC_SLOTS 10 83 #define GQ_EDITOR_GENERIC_SLOTS 10
84 84
85 #define COLOR_PROFILE_INPUTS 4 85 #define COLOR_PROFILE_INPUTS 4
86 86
87 #define DEFAULT_THUMB_WIDTH 96 87 #define DEFAULT_THUMB_WIDTH 96
88 #define DEFAULT_THUMB_HEIGHT 72 88 #define DEFAULT_THUMB_HEIGHT 72