diff src/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/image.h	Thu Jan 29 19:00:24 2009 +0000
+++ b/src/image.h	Thu Jan 29 19:07:07 2009 +0000
@@ -79,7 +79,7 @@
 void image_zoom_adjust_at_point(ImageWindow *imd, gdouble increment, gint x, gint y);
 void image_zoom_set_limits(ImageWindow *imd, gdouble min, gdouble max);
 void image_zoom_set(ImageWindow *imd, gdouble zoom);
-void image_zoom_set_fill_geometry(ImageWindow *imd, gint vertical);
+void image_zoom_set_fill_geometry(ImageWindow *imd, gboolean vertical);
 gdouble image_zoom_get(ImageWindow *imd);
 gdouble image_zoom_get_real(ImageWindow *imd);
 gchar *image_zoom_get_as_text(ImageWindow *imd);