Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_seeker.h 


Log Message:
Missed the header to go with the seeker timer.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_seeker.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_seeker.h        25 Oct 2005 03:59:04 -0000      1.5
+++ ewl_seeker.h        23 Dec 2005 14:28:45 -0000      1.6
@@ -46,6 +46,8 @@
        int             invert; /**< Invert the axis */
        int             dragstart; /**< The coordinate where the drag starts */
        int             autohide; /**< Indicator to hide when not scrollable */
+       Ecore_Timer    *timer; /**< Timer for scroll repeating */
+       double          start_time; /**< Time the timer was started */
 };
 
 Ewl_Widget     *ewl_seeker_new(void);
@@ -82,9 +84,9 @@
                                                void *user_data);
 void ewl_seeker_button_mouse_up_cb(Ewl_Widget *w, void *ev_data,
                                              void *user_data);
-void ewl_seeker_button_mouse_move_cb(Ewl_Widget *w, void *ev_data,
-                                               void *user_data);
+void ewl_seeker_mouse_move_cb(Ewl_Widget *w, void *ev_data, void *user_data);
 void ewl_seeker_mouse_down_cb(Ewl_Widget *w, void *ev_data, void *user_data);
+void ewl_seeker_mouse_up_cb(Ewl_Widget *w, void *ev_data, void *user_data);
 void ewl_seeker_child_show_cb(Ewl_Container *p, Ewl_Widget * w);
 
 /**




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to