Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default


Modified Files:
        Makefile.am default.edc 


Log Message:
* Add a FB engine for ETK. It's disabled in the configure.in for now 
because it uses for now Ecore_LI which is not on the CVS (should be 
merged with Ecore_FB). The engine is far from being complete
* Fix a bug with etk_embed widgets that have menu bars or combobox.


===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 25 May 2006 21:06:58 -0000      1.6
+++ Makefile.am 30 Jul 2006 21:09:31 -0000      1.7
@@ -3,12 +3,14 @@
 SUBDIRS = fonts \
          images \
          macros \
-         widgets
+         widgets \
+          wm
          
 EDJE_CC = edje_cc
 EDJE_FLAGS = \
 -v \
 -id $(top_srcdir)/data/themes/default/images \
+-id $(top_srcdir)/data/themes/default/wm \
 -fd $(top_srcdir)/data/themes/default/fonts
 
 filesdir = $(pkgdatadir)/themes
@@ -37,7 +39,9 @@
 widgets/toggle_button.edc \
 widgets/tooltips.edc \
 widgets/tree.edc \
-widgets/windows.edc
+widgets/windows.edc \
+wm/background.edc \
+wm/borders.edc
 
 default.edj: Makefile $(THEME_DEP)
        $(EDJE_CC) $(EDJE_FLAGS) \
===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/default.edc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- default.edc 17 May 2006 15:15:08 -0000      1.20
+++ default.edc 30 Jul 2006 21:09:31 -0000      1.21
@@ -31,4 +31,7 @@
    #include "widgets/tooltips.edc"
    #include "widgets/iconbox.edc"
    #include "widgets/colorpicker.edc"
+   
+   #include "wm/background.edc"
+   #include "wm/borders.edc"
 }



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