Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_menu.c ewl_menu.h 


Log Message:
- this is triggered on the menu so rename the function

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- ewl_menu.c  7 Mar 2007 04:29:17 -0000       1.44
+++ ewl_menu.c  7 Mar 2007 07:24:24 -0000       1.45
@@ -53,7 +53,7 @@
         * add the callbacks
         */
        ewl_callback_append(EWL_WIDGET(menu), EWL_CALLBACK_MOUSE_MOVE,
-                           ewl_menu_cb_expand_mouse_move, NULL);
+                           ewl_menu_cb_mouse_move, NULL);
        ewl_callback_append(EWL_WIDGET(menu), EWL_CALLBACK_FOCUS_IN,
                            ewl_menu_cb_expand, NULL);
        ewl_callback_append(EWL_WIDGET(menu), EWL_CALLBACK_CONFIGURE,
@@ -154,10 +154,10 @@
  * @param ev_data: UNUSED
  * @param user_data: UNUSED
  * @return Returns no value
- * @brief The expand mouse move callback
+ * @brief The mouse move callback
  */
 void
-ewl_menu_cb_expand_mouse_move(Ewl_Widget *w, void *ev_data __UNUSED__,
+ewl_menu_cb_mouse_move(Ewl_Widget *w, void *ev_data __UNUSED__,
                                        void *user_data __UNUSED__) 
 {
        Ewl_Menu *menu;
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_menu.h  6 Mar 2007 21:25:08 -0000       1.27
+++ ewl_menu.h  7 Mar 2007 07:24:24 -0000       1.28
@@ -83,8 +83,6 @@
 void ewl_menu_cb_realize(Ewl_Widget *w, void *ev_data, void *user_data);
 void ewl_menu_cb_destroy(Ewl_Widget *w, void *ev, void *data);
 void ewl_menu_cb_popup_destroy(Ewl_Widget *w, void *ev, void *data);
-void ewl_menu_cb_expand_mouse_move(Ewl_Widget *w, void *ev_data, 
-                                                       void *user_data);
 void ewl_menu_cb_mouse_move(Ewl_Widget *w, void *ev_data, void *user_data);
 
 /**



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to