Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_config


Modified Files:
        Makefile.am ewl_config.c 


Log Message:
Remove the last remaining dependancies on ewd. Everything in CVS should be
ported to ecore now.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/tools/ewl_config/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 13 Jul 2003 05:52:50 -0000      1.3
+++ Makefile.am 24 Mar 2004 05:20:19 -0000      1.4
@@ -2,10 +2,10 @@
 MAINTAINERCLEANFILES = Makefile.in
 
 CFLAGS                 =       -g -W -Wall -Wno-implicit
-INCLUDES               =       -I$(top_srcdir)/src @edje_cflags@ @ecore_cflags@ 
@evas_cflags@ @ewd_cflags@
+INCLUDES               =       -I$(top_srcdir)/src @edje_cflags@ @ecore_cflags@ 
@evas_cflags@ @etox_cflags@ -I/usr/X11R6/include
 
 bin_PROGRAMS                   =       ewl_config
 
 ewl_config_DEPENDENCIES                =       $(top_builddir)/src/libewl.la
 ewl_config_SOURCES             =       ewl_config.c
-ewl_config_LDADD                       =       $(top_builddir)/src/libewl.la 
@edje_libs@ @ecore_libs@ @evas_libs@ @ewd_libs@
+ewl_config_LDADD                       =       $(top_builddir)/src/libewl.la 
@edje_libs@ @ecore_libs@ @evas_libs@
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_config.c        29 Oct 2003 21:08:30 -0000      1.27
+++ ewl_config.c        24 Mar 2004 05:20:19 -0000      1.28
@@ -158,8 +158,8 @@
        ewl_widget_show(e_conf.render_method_software_x11);
 
        e_conf.render_method_gl_x11 = ewl_radiobutton_new("GL X11 Engine");
-       ewl_radiobutton_set_chain(e_conf.render_method_gl_x11,
-                                 e_conf.render_method_software_x11);
+       ewl_radiobutton_set_chain(EWL_RADIOBUTTON(e_conf.render_method_gl_x11),
+                                 EWL_RADIOBUTTON(e_conf.render_method_software_x11));
        ewl_container_append_child(EWL_CONTAINER(e_conf.page_evas),
                                   e_conf.render_method_gl_x11);
        ewl_widget_show(e_conf.render_method_gl_x11);




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to