comparison 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
comparison
equal deleted inserted replaced
1505:2a99cf2184b0 1506:d352a44545a6
130 130
131 /* 131 /*
132 * This also doubles as the main.c header. 132 * This also doubles as the main.c header.
133 */ 133 */
134 134
135 extern gboolean thumb_format_changed;
136
135 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event); 137 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event);
136 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data); 138 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data);
137 139
138 void exit_program(void); 140 void exit_program(void);
139 141