diff src/image.h @ 1481:96897bd5f6cd

active image follows keyboard focus
author nadvornik
date Sat, 28 Mar 2009 15:31:04 +0000
parents 7e180091e0b7
children dac747d99394
line wrap: on
line diff
--- a/src/image.h	Sat Mar 28 15:09:09 2009 +0000
+++ b/src/image.h	Sat Mar 28 15:31:04 2009 +0000
@@ -33,6 +33,9 @@
 void image_set_scroll_func(ImageWindow *imd,
 	void (*func)(ImageWindow *, GdkEventScroll *event, gpointer),
 	gpointer data);
+void image_set_focus_in_func(ImageWindow *imd,
+	void (*func)(ImageWindow *, gpointer),
+	gpointer data);
 void image_set_scroll_notify_func(ImageWindow *imd,
 				  void (*func)(ImageWindow *imd, gint x, gint y, gint width, gint height, gpointer data),
 				  gpointer data);