diff src/typedefs.h @ 1481:96897bd5f6cd

active image follows keyboard focus
author nadvornik
date Sat, 28 Mar 2009 15:31:04 +0000
parents 38925ff71a46
children 73cecf473802
line wrap: on
line diff
--- a/src/typedefs.h	Sat Mar 28 15:09:09 2009 +0000
+++ b/src/typedefs.h	Sat Mar 28 15:31:04 2009 +0000
@@ -394,10 +394,12 @@
 	void (*func_button)(ImageWindow *, GdkEventButton *event, gpointer);
 	void (*func_drag)(ImageWindow *, GdkEventButton *event, gdouble dx, gdouble dy, gpointer);
 	void (*func_scroll)(ImageWindow *, GdkEventScroll *event, gpointer);
+	void (*func_focus_in)(ImageWindow *, gpointer);
 
 	gpointer data_button;
 	gpointer data_drag;
 	gpointer data_scroll;
+	gpointer data_focus_in;
 
 	/* scroll notification (for scroll bar implementation) */
 	void (*func_scroll_notify)(ImageWindow *, gint x, gint y, gint width, gint height, gpointer);