Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: backgrounds.c Log Message: Fix (most unlikely) segv. =================================================================== RCS file: /cvs/e/e16/e/src/backgrounds.c,v retrieving revision 1.79 retrieving revision 1.80 diff -u -3 -r1.79 -r1.80 --- backgrounds.c 24 Jul 2006 21:10:58 -0000 1.79 +++ backgrounds.c 25 Jul 2006 01:29:26 -0000 1.80 @@ -1762,8 +1762,7 @@ im = BackgroundCacheMini(bg, 1, 0); if (im) { - EImageRenderOnDrawable(im, NULL, pmap, x + 4, 4, 64, 48, - 0); + EImageRenderOnDrawable(im, win, pmap, x + 4, 4, 64, 48, 0); EImageFree(im); } } ------------------------------------------------------------------------- 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