Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/src


Modified Files:
        Makefile.am callbacks.c 


Log Message:
fix elicit
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Feb 2004 20:27:27 -0000       1.3
+++ Makefile.am 5 May 2004 16:46:44 -0000       1.4
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = @edje_cflags@ @ecore_cflags@ @edb_cflags@ @evas_cflags@ \
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@ @imlib2_cflags@
 
 bin_PROGRAMS = elicit 
 
@@ -12,5 +12,5 @@
         conf.c conf.h
 
 elicit_LDADD = @edje_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ \
[EMAIL PROTECTED]@ 
[EMAIL PROTECTED]@ @imlib2_libs@ -lesmart_draggies
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/callbacks.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- callbacks.c 12 Feb 2004 19:05:12 -0000      1.11
+++ callbacks.c 5 May 2004 16:46:44 -0000       1.12
@@ -13,7 +13,7 @@
 elicit_cb_resize(Ecore_Evas *ee)
 {
   int w, h;
-  double sw, sh;
+  Evas_Coord sw, sh;
   Evas_Object *gui, *shot, *draggie;
 
   /* keep the gui the same size as the window */
@@ -72,7 +72,7 @@
   {
     if (el->flags.shooting == 1)
     {
-      double sw, sh;
+      Evas_Coord sw, sh;
       double w, h;
 
       evas_object_geometry_get(el->shot, NULL, NULL, &sw, &sh);




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to