Enlightenment CVS committal Author : monkeyiq Project : misc Module : gevas2
Dir : misc/gevas2/src Modified Files: gevasgrad.c Log Message: A few little API changes in evas --> gevas =================================================================== RCS file: /cvs/e/misc/gevas2/src/gevasgrad.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- gevasgrad.c 15 Aug 2002 02:38:06 -0000 1.1 +++ gevasgrad.c 10 Dec 2006 03:03:09 -0000 1.2 @@ -123,7 +123,7 @@ g_return_if_fail(GTK_IS_GEVASGRAD(object)); ev = GTK_GEVASGRAD(object); - evas_object_gradient_colors_clear( EVASO(ev) ); + evas_object_gradient_clear( EVASO(ev) ); /* if (ev->gradient) { */ /* evas_gradient_free(ev->gradient); */ @@ -142,7 +142,7 @@ g_return_if_fail(GTK_IS_GEVASGRAD(object)); ev = GTK_GEVASGRAD(object); - evas_object_gradient_color_add( EVASO(ev), r, g, b, a, dist); + evas_object_gradient_color_stop_add( EVASO(ev), r, g, b, a, dist); // evas_object_gradient_color_add(ev->gradient, r, g, b, a, dist); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs