diff src/image.h @ 530:1d67ef911fa8

fixed connected zoom and scroll that didn't work in some cases http://sourceforge.net/tracker/index.php?func=detail&aid=1952429&group_id=222125&atid=1054680
author nadvornik
date Tue, 29 Apr 2008 17:52:12 +0000
parents 48c8e49b571c
children fb249b8e63e4
line wrap: on
line diff
--- a/src/image.h	Sun Apr 27 23:31:20 2008 +0000
+++ b/src/image.h	Tue Apr 29 17:52:12 2008 +0000
@@ -61,6 +61,7 @@
 CollectionData *image_get_collection(ImageWindow *imd, CollectInfo **info);
 void image_change_from_image(ImageWindow *imd, ImageWindow *source);
 
+gint image_get_image_size(ImageWindow *imd, gint *width, gint *height);
 GdkPixbuf *image_get_pixbuf(ImageWindow *imd);
 
 /* manipulation */