Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/estyle

Dir     : e17/libs/estyle/test


Modified Files:
        Makefile.am estyle_test_simple.c 


Log Message:
Move the ewd dependant code to the ecore equivalents.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/estyle/test/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 14 Jan 2003 18:51:02 -0000      1.5
+++ Makefile.am 24 Mar 2004 04:53:51 -0000      1.6
@@ -2,11 +2,11 @@
 MAINTAINERCLEANFILES = Makefile.in
 
 CFLAGS                 =       -g -W -Wall -Wno-implicit
-INCLUDES               =       -I$(top_srcdir)/src @evas_cflags@ @ewd_cflags@ 
@ecore_cflags@ @edb_cflags@
+INCLUDES               =       -I$(top_srcdir)/src @evas_cflags@ @ecore_cflags@ 
@edb_cflags@
 
 bin_PROGRAMS                   =       estyle_test_simple
 
 estyle_test_simple_DEPENDENCIES        =       $(top_builddir)/src/libestyle.la
 estyle_test_simple_SOURCES     =       estyle_test_simple.c
 estyle_test_simple_LDFLAGS     =       -static
-estyle_test_simple_LDADD               =       $(top_builddir)/src/libestyle.la 
@evas_libs@ @evas_libs@ @ecore_libs@ @edb_libs@
+estyle_test_simple_LDADD               =       $(top_builddir)/src/libestyle.la 
@evas_libs@ @ecore_libs@ @edb_libs@
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/estyle/test/estyle_test_simple.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- estyle_test_simple.c        11 Mar 2004 00:18:51 -0000      1.14
+++ estyle_test_simple.c        24 Mar 2004 04:53:52 -0000      1.15
@@ -92,6 +92,9 @@
        Ecore_X_Event_Mouse_Button_Down *eemd =
            (Ecore_X_Event_Mouse_Button_Down *) ev;
 
+       evas_object_geometry_get(e, &x, &y, &w, &h);
+       printf("Estyle geometry: %g, %g, %g x %g\n", x, y, w, h);
+
        if (eemd->button == 1) {
                if (last == string1) {
                        estyle_set_style(e, "raised");




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