Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/emphasis/src/bin Modified Files: emphasis_player.c Log Message: Move to the new Etk_Image API =================================================================== RCS file: /cvs/e/e17/proto/emphasis/src/bin/emphasis_player.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- emphasis_player.c 21 Aug 2006 14:58:50 -0000 1.3 +++ emphasis_player.c 29 Dec 2006 22:25:07 -0000 1.4 @@ -265,8 +265,8 @@ void emphasis_player_cover_set(Emphasis_Player_Gui *player, const char *path) { - etk_image_set_from_file(ETK_IMAGE(player->full.cover) , path); - etk_image_set_from_file(ETK_IMAGE(player->small.cover), path); + etk_image_set_from_file(ETK_IMAGE(player->full.cover) , path, NULL); + etk_image_set_from_file(ETK_IMAGE(player->small.cover), path, NULL); } /* TODO : documentation */ @@ -503,12 +503,12 @@ switch(right) { case 0: - etk_image_set_from_file(ETK_IMAGE(player->small.sound_low), path); - etk_image_set_from_file(ETK_IMAGE(player->full.sound_low) , path); + etk_image_set_from_file(ETK_IMAGE(player->small.sound_low), path, NULL); + etk_image_set_from_file(ETK_IMAGE(player->full.sound_low) , path, NULL); break; default: - etk_image_set_from_file(ETK_IMAGE(player->small.sound_high), path); - etk_image_set_from_file(ETK_IMAGE(player->full.sound_high) , path); + etk_image_set_from_file(ETK_IMAGE(player->small.sound_high), path, NULL); + etk_image_set_from_file(ETK_IMAGE(player->full.sound_high) , path, NULL); break; } } ------------------------------------------------------------------------- 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