comparison 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 fe9ac4a5c969
comparison
equal deleted inserted replaced
1505:2a99cf2184b0 1506:d352a44545a6
52 void vficon_select_by_fd(ViewFile *vf, FileData *fd); 52 void vficon_select_by_fd(ViewFile *vf, FileData *fd);
53 53
54 void vficon_mark_to_selection(ViewFile *vf, gint mark, MarkToSelectionMode mode); 54 void vficon_mark_to_selection(ViewFile *vf, gint mark, MarkToSelectionMode mode);
55 void vficon_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode); 55 void vficon_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode);
56 56
57 void vficon_thumb_update(ViewFile *vf);
58
57 #endif 59 #endif
58 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 60 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */