diff src/layout_image.h @ 1269:08b4598c7cba

gint -> gboolean.
author zas_
date Thu, 29 Jan 2009 19:07:07 +0000
parents 1646720364cf
children 8b89e3ff286b
line wrap: on
line diff
--- a/src/layout_image.h	Thu Jan 29 19:00:24 2009 +0000
+++ b/src/layout_image.h	Thu Jan 29 19:07:07 2009 +0000
@@ -50,7 +50,7 @@
 void layout_image_zoom_adjust(LayoutWindow *lw, gdouble increment, gboolean connect_zoom);
 void layout_image_zoom_adjust_at_point(LayoutWindow *lw, gdouble increment, gint x, gint y, gboolean connect_zoom);
 void layout_image_zoom_set(LayoutWindow *lw, gdouble zoom, gboolean connect_zoom);
-void layout_image_zoom_set_fill_geometry(LayoutWindow *lw, gint vertical, gboolean connect_zoom);
+void layout_image_zoom_set_fill_geometry(LayoutWindow *lw, gboolean vertical, gboolean connect_zoom);
 void layout_image_alter(LayoutWindow *lw, AlterType type);
 
 void layout_image_next(LayoutWindow *lw);