diff src/view_file_list.h @ 1506:d352a44545a6

Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
author zas_
date Thu, 02 Apr 2009 23:11:07 +0000
parents 331e2d60d447
children fe9ac4a5c969
line wrap: on
line diff
--- a/src/view_file_list.h	Thu Apr 02 16:10:12 2009 +0000
+++ b/src/view_file_list.h	Thu Apr 02 23:11:07 2009 +0000
@@ -58,6 +58,7 @@
 void vflist_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode);
 
 void vflist_color_set(ViewFile *vf, FileData *fd, gboolean color_set);
+void vflist_thumb_update(ViewFile *vf);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */