diff src/main.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 d062522699dc
children 0a1266bde95b
line wrap: on
line diff
--- a/src/main.h	Thu Apr 02 16:10:12 2009 +0000
+++ b/src/main.h	Thu Apr 02 23:11:07 2009 +0000
@@ -132,6 +132,8 @@
  * This also doubles as the main.c header.
  */
 
+extern gboolean thumb_format_changed;
+
 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event);
 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data);