Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_menu_bar.c 


Log Message:

Fb engine:
=========
+ addition of a fb engine, isnt working correctly, but it now exists.
Widgets
=======
+ etk_menu_bar: still needs ecore_x to work, disabled for now.



===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_menu_bar.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- etk_menu_bar.c      30 Jul 2006 21:09:32 -0000      1.7
+++ etk_menu_bar.c      31 Jul 2006 23:23:12 -0000      1.8
@@ -2,7 +2,7 @@
 #include "etk_menu_bar.h"
 #include <stdlib.h>
 #include <Ecore.h>
-#include <Ecore_X.h>
+//#include <Ecore_X.h>
 #include "etk_menu.h"
 #include "etk_menu_item.h"
 #include "etk_toplevel_widget.h"
@@ -168,6 +168,7 @@
  */
 static int _etk_menu_bar_mouse_move_cb(void *data, int type, void *event)
 {
+#if 0
    Etk_Menu_Bar *menu_bar;
    Ecore_X_Event_Mouse_Move *mouse_event;
    Etk_Toplevel_Widget *toplevel;
@@ -198,6 +199,7 @@
    }
    
    return 1;
+#endif
 }
 
 /* Called when the item is selected */
@@ -232,8 +234,10 @@
    
    if (!_etk_menu_bar_mouse_move_handler)
    {
+#if 0
       _etk_menu_bar_mouse_move_handler = 
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_MOVE,
          _etk_menu_bar_mouse_move_cb, menu_bar);
+#endif
    }
    menu_bar->item_selected = ETK_TRUE;
 }



-------------------------------------------------------------------------
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