diff options
author | Bert <ber.t@gmx.com> | 2011-08-18 00:38:55 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-18 00:38:55 +0200 |
commit | ff013dd0092df247b2c9f1c550e03542581ed21d (patch) | |
tree | 572777f9576c65c63a6f520e3b8b5b85edf5d580 /thumbs.h | |
parent | 2a3a9657d360a4952ef84aa4e8665f211d490321 (diff) |
Revised handling of file names & paths
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ typedef struct { Imlib_Image *im; - const char *filename; + const fileinfo_t *file; int x; int y; int w; @@ -51,7 +51,7 @@ void tns_clean_cache(tns_t*); void tns_init(tns_t*, int); void tns_free(tns_t*); -int tns_load(tns_t*, int, const char*, unsigned char); +int tns_load(tns_t*, int, const fileinfo_t*, unsigned char); void tns_render(tns_t*, win_t*); void tns_highlight(tns_t*, win_t*, int, Bool); |