Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_menu_bar.c etk_widget.c 


Log Message:
* Make Etk compile


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_menu_bar.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- etk_menu_bar.c      2 Aug 2006 05:53:59 -0000       1.9
+++ etk_menu_bar.c      2 Aug 2006 20:17:38 -0000       1.10
@@ -241,7 +241,7 @@
    
    if (!_etk_menu_bar_mouse_move_handler)
    {
-#if 0
+#if BUILD_ENGINE_EE_S_X11
       _etk_menu_bar_mouse_move_handler = 
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_MOVE,
          _etk_menu_bar_mouse_move_cb, menu_bar);
 #endif
===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_widget.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- etk_widget.c        2 Aug 2006 19:17:00 -0000       1.59
+++ etk_widget.c        2 Aug 2006 20:17:38 -0000       1.60
@@ -156,7 +156,7 @@
 static Etk_Signal *_etk_widget_signals[ETK_WIDGET_NUM_SIGNALS];
 static Etk_Bool _etk_widget_intercept_show_hide = ETK_TRUE;
 static Evas_Smart *_etk_widget_smart_object_smart = NULL;
-static Etk_Widget_Swallow_Error _etk_widget_swallow_error = 
ETK_SWALLOW_ERROR_NODE;
+static Etk_Widget_Swallow_Error _etk_widget_swallow_error = 
ETK_SWALLOW_ERROR_NONE;
 static Evas_List *_etk_widget_dnd_dest_widgets = NULL;
 static Evas_List *_etk_widget_dnd_source_widgets = NULL;
 static Etk_Bool _etk_dnd_drag_start = 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