From e7b86f6890ebdc9ca1d5a92f1ed505e7c77413b3 Mon Sep 17 00:00:00 2001 From: titan Date: Thu, 31 May 2007 07:15:52 +0000 Subject: [PATCH] Whoops, your going to need this to make the thumb seeker work! SVN revision: 30172 --- src/bin/ephoto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h index 16c89c5..db72ed2 100644 --- a/src/bin/ephoto.h +++ b/src/bin/ephoto.h @@ -146,8 +146,10 @@ struct _Ephoto_Main Ewl_Widget *eimage; Ewl_Widget *fbox_vbox; Ewl_Widget *fbox; + Ewl_Widget *fthumb_size; Ewl_Widget *list_vbox; Ewl_Widget *ltree; + Ewl_Widget *lthumb_size; Ewl_Widget *main_nb; Ewl_Widget *main_vbox; Ewl_Widget *simage;