comparison 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
comparison
equal deleted inserted replaced
1505:2a99cf2184b0 1506:d352a44545a6
56 56
57 void vflist_mark_to_selection(ViewFile *vf, gint mark, MarkToSelectionMode mode); 57 void vflist_mark_to_selection(ViewFile *vf, gint mark, MarkToSelectionMode mode);
58 void vflist_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode); 58 void vflist_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode);
59 59
60 void vflist_color_set(ViewFile *vf, FileData *fd, gboolean color_set); 60 void vflist_color_set(ViewFile *vf, FileData *fd, gboolean color_set);
61 void vflist_thumb_update(ViewFile *vf);
61 62
62 #endif 63 #endif
63 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 64 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */