diff src/view_file_icon.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 74a7f9ea32a1
line wrap: on
line diff
--- a/src/view_file_icon.h	Thu Apr 02 16:10:12 2009 +0000
+++ b/src/view_file_icon.h	Thu Apr 02 23:11:07 2009 +0000
@@ -54,5 +54,7 @@
 void vficon_mark_to_selection(ViewFile *vf, gint mark, MarkToSelectionMode mode);
 void vficon_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode);
 
+void vficon_thumb_update(ViewFile *vf);
+
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */