diff src/image.h @ 1482:dac747d99394

fixed keyboard focus on start-up https://sourceforge.net/tracker/?func=detail&aid=2707025&group_id=222125&atid=1054680
author nadvornik
date Sat, 28 Mar 2009 15:51:21 +0000
parents 96897bd5f6cd
children b5608391f479
line wrap: on
line diff
--- a/src/image.h	Sat Mar 28 15:31:04 2009 +0000
+++ b/src/image.h	Sat Mar 28 15:51:21 2009 +0000
@@ -49,6 +49,7 @@
 void image_select(ImageWindow *imd, gboolean select);
 void image_set_selectable(ImageWindow *imd, gboolean selectable);
 
+void image_grab_focus(ImageWindow *imd);
 /* path, name */
 const gchar *image_get_path(ImageWindow *imd);
 const gchar *image_get_name(ImageWindow *imd);