Fix #751: Allow to make layouts persistent and selectable
[geeqie.git] / src / image.h
index 9933aa2..014dd1b 100644 (file)
@@ -153,6 +153,6 @@ void image_set_image_as_tiles(ImageWindow *imd, gint width, gint height,
 void image_options_sync(void);
 
 void image_get_rectangle(gint *x1, gint *y1, gint *x2, gint *y2);
-
+void image_update_title(ImageWindow *imd);
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */