diff src/view_file.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.h	Thu Apr 02 16:10:12 2009 +0000
+++ b/src/view_file.h	Thu Apr 02 23:11:07 2009 +0000
@@ -60,5 +60,7 @@
 void vf_refresh_idle_cancel(ViewFile *vf);
 void vf_notify_cb(FileData *fd, NotifyType type, gpointer data);
 
+void vf_thumb_update(ViewFile *vf);
+
 #endif /* VIEW_FILE_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */