Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Makefile.am Ewl.h 
Added Files:
        ewl_shadow.c ewl_shadow.h 


Log Message:
Add the shadow widget to ewl. The shadow widget is a container which has a 
shadow for depth. It looks good with rectangular images.. However if you have 
any alpha stuff it doesn't look good at the moment. Thats on the way.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- Makefile.am 11 Sep 2006 20:51:41 -0000      1.33
+++ Makefile.am 12 Sep 2006 05:07:12 -0000      1.34
@@ -72,6 +72,7 @@
        ewl_scrollpane.h \
        ewl_seeker.h \
        ewl_separator.h \
+       ewl_shadow.h \
        ewl_spacer.h \
        ewl_spectrum.h \
        ewl_spinner.h \
@@ -147,6 +148,7 @@
        ewl_scrollpane.c \
        ewl_seeker.c \
        ewl_separator.c \
+       ewl_shadow.c \
        ewl_spacer.c \
        ewl_spectrum.c \
        ewl_spinner.c \
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Ewl.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Ewl.h       11 Sep 2006 20:51:41 -0000      1.10
+++ Ewl.h       12 Sep 2006 05:07:12 -0000      1.11
@@ -341,7 +341,8 @@
 #include <ewl_tree2_view_plain.h>
 #include <ewl_tree2_view_scrolled.h>
 #include <ewl_list.h>
-
+#include <ewl_shadow.h>
+       
 #ifdef __cplusplus
 }
 #endif



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to