comparison src/thumb_standard.h @ 317:46169c246c51

Make thumbnail standard fail directory after current application name and version.
author zas_
date Fri, 11 Apr 2008 20:35:37 +0000
parents f6e307c7bad6
children 48c8e49b571c
comparison
equal deleted inserted replaced
316:2ebd0d9145cf 317:46169c246c51
16 16
17 #define THUMB_FOLDER_GLOBAL ".thumbnails" 17 #define THUMB_FOLDER_GLOBAL ".thumbnails"
18 #define THUMB_FOLDER_LOCAL ".thumblocal" 18 #define THUMB_FOLDER_LOCAL ".thumblocal"
19 #define THUMB_FOLDER_NORMAL "normal" 19 #define THUMB_FOLDER_NORMAL "normal"
20 #define THUMB_FOLDER_LARGE "large" 20 #define THUMB_FOLDER_LARGE "large"
21 #define THUMB_FOLDER_FAIL "fail/gqview-1.0" 21 #define THUMB_FOLDER_FAIL "fail/" GQ_APPNAME_LC "-" VERSION
22 #define THUMB_NAME_EXTENSION ".png" 22 #define THUMB_NAME_EXTENSION ".png"
23 23
24 24
25 typedef struct _ThumbLoaderStd ThumbLoaderStd; 25 typedef struct _ThumbLoaderStd ThumbLoaderStd;
26 typedef void (* ThumbLoaderStdFunc)(ThumbLoaderStd *tl, gpointer data); 26 typedef void (* ThumbLoaderStdFunc)(ThumbLoaderStd *tl, gpointer data);