Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/dropshadow Modified Files: e_mod_main.c Log Message: clean up a lot of wranings. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/dropshadow/e_mod_main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_main.c 9 Dec 2004 07:30:44 -0000 1.4 +++ e_mod_main.c 23 Dec 2004 06:38:27 -0000 1.5 @@ -102,7 +102,6 @@ Dropshadow *ds; ds = m->data; - if (!ds) return; e_config_domain_save("module.dropshadow", ds->conf_edd, ds->conf); return 1; } @@ -1046,7 +1045,7 @@ _ds_gauss_blur_h(unsigned char *pix, unsigned char *pix_dst, int pix_w, int pix_h, unsigned char *lut, int blur, int rx, int ry, int rxx, int ryy) { int x, y; - int i, sum, weight, x1, x2, l, l1, l2, wt, y1, y2; + int i, sum, weight, x1, x2, l, l1, l2, wt; unsigned char *p1, *p2, *pp; int full, usefull; @@ -1118,7 +1117,7 @@ _ds_gauss_blur_v(unsigned char *pix, unsigned char *pix_dst, int pix_w, int pix_h, unsigned char *lut, int blur, int rx, int ry, int rxx, int ryy) { int x, y; - int i, sum, weight, x1, x2, l, l1, l2, wt, y1, y2; + int i, sum, weight, l, l1, l2, wt, y1, y2; unsigned char *p1, *p2, *pp; int full, usefull; ------------------------------------------------------- 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