diff src/image.h @ 3:c0e337a01cb7

0.8.0
author gqview
date Thu, 13 Apr 2000 12:55:19 +0000
parents b3e0e515fabf
children d907d608745f
line wrap: on
line diff
--- a/src/image.h	Thu Apr 13 12:53:03 2000 +0000
+++ b/src/image.h	Thu Apr 13 12:55:19 2000 +0000
@@ -1,6 +1,6 @@
 /*
  * GQview image viewer
- * (C)1999 John Ellis
+ * (C)2000 John Ellis
  *
  * Author: John Ellis
  *
@@ -38,3 +38,7 @@
 /* get the default zoom for an image */
 gint get_default_zoom(ImageWindow *imd);
 
+/* set the root window to the current image */
+void image_area_to_root(ImageWindow *imd, gint scaled);
+
+