Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibar


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:


clean up a lot of wranings.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.c        5 Dec 2004 08:36:54 -0000       1.3
+++ e_mod_main.c        23 Dec 2004 06:38:27 -0000      1.4
@@ -596,7 +596,7 @@
                          bw, bh /* max */
                          );
    
-   str = edje_object_data_get(ic->icon_object, "raise_on_hilight");
+   str = (char *)edje_object_data_get(ic->icon_object, "raise_on_hilight");
    if (str)
      {
        if (atoi(str) == 1) ic->raise_on_hilight = 1;
@@ -801,7 +801,7 @@
 _ibar_bar_init(IBar_Bar *ibb)
 {
    Evas_List *l;
-   Evas_Coord ww, hh, bw, bh;
+   Evas_Coord bw, bh;
    Evas_Object *o;
    
    evas_event_freeze(ibb->evas);
@@ -867,7 +867,6 @@
          {
             E_App *a;
             IBar_Icon *ic;
-            char *str;
             
             a = l->data;
             ic = _ibar_bar_icon_new(ibb, a);
@@ -1294,7 +1293,6 @@
 {
    IBar_Bar *ibb;
    double dif, dif2;
-   Evas_Coord x, y, w, h, mw, mh;
    double v;
    
    ibb = data;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.h        5 Dec 2004 08:36:54 -0000       1.3
+++ e_mod_main.h        23 Dec 2004 06:38:27 -0000      1.4
@@ -16,7 +16,7 @@
    int           edge;
    double        anchor;
    double        handle;
-   unsigned char autohide;
+   char          autohide;
 };
 
 struct _IBar




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to