Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h Makefile.am 
Removed Files:
        ewl_imenu.c ewl_imenu.h 


Log Message:
- Remove imenu
- This needs to be pushed into the engine. If the engine can't handle
  multiple windows (like fb) it should over ride the window creation calls
  and return evas buffer engines, or something, to the app. 

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Ewl.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- Ewl.h       8 Nov 2006 06:38:55 -0000       1.18
+++ Ewl.h       18 Nov 2006 06:15:57 -0000      1.19
@@ -233,7 +233,7 @@
  * widget to a higher value (negitive values are possible).
  *
  * If you want a widget to be placed over top of all other widgets, like
- * imenu for example, you can set the widget to be 'top layered'. This
+ * floater for example, you can set the widget to be 'top layered'. This
  * setting will also effect the children of that widget.
  */
 
@@ -325,7 +325,6 @@
 #include <ewl_spectrum.h>
 #include <ewl_menu_item.h>
 #include <ewl_menu_base.h>
-#include <ewl_imenu.h>
 #include <ewl_menu.h>
 #include <ewl_menubar.h>
 #include <ewl_combo.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Makefile.am,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- Makefile.am 4 Nov 2006 16:58:05 -0000       1.41
+++ Makefile.am 18 Nov 2006 06:15:57 -0000      1.42
@@ -52,7 +52,6 @@
        ewl_iconbox.h \
        ewl_io_manager.h \
        ewl_image.h \
-       ewl_imenu.h \
        ewl_list.h \
        ewl_macros.h \
        ewl_media.h \
@@ -136,7 +135,6 @@
        ewl_image.c \
        ewl_list.c \
        ewl_media.c \
-       ewl_imenu.c \
        ewl_menu.c \
        ewl_menubar.c \
        ewl_menu_base.c \



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