Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        Ewl.h.in Makefile.am 
Added Files:
        ewl_colorpicker.c ewl_colorpicker.h 


Log Message:
Add the beginnings of a color picking widget. Don't bother to use this yet.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/Ewl.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Ewl.h.in    20 Jul 2004 00:26:40 -0000      1.1
+++ Ewl.h.in    30 Jul 2004 19:44:23 -0000      1.2
@@ -333,6 +333,7 @@
 #include <ewl_text.h>
 #include <ewl_entry.h>
 
+#include <ewl_colorpicker.h>
 #include <ewl_password.h>
 #include <ewl_seeker.h>
 #include <ewl_scrollbar.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/Makefile.am,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- Makefile.am 27 Jul 2004 15:17:15 -0000      1.60
+++ Makefile.am 30 Jul 2004 19:44:23 -0000      1.61
@@ -16,6 +16,7 @@
        ewl_cell.h \
        ewl_check.h \
        ewl_checkbutton.h \
+       ewl_colorpicker.h \
        ewl_combo.h \
        ewl_config.h \
        ewl_container.h \
@@ -74,6 +75,7 @@
        ewl_cell.c \
        ewl_check.c \
        ewl_checkbutton.c \
+       ewl_colorpicker.c \
        ewl_combo.c \
        ewl_config.c \
        ewl_container.c \




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to