Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: backgrounds.c Log Message: Fix incorrect background pixmap size in certain situations. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/backgrounds.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -3 -r1.41 -r1.42 --- backgrounds.c 13 Aug 2005 08:50:28 -0000 1.41 +++ backgrounds.c 14 Aug 2005 19:29:48 -0000 1.42 @@ -680,7 +680,7 @@ /* The rest that require some more work */ if (is_win) - pmap = BackgroundCreatePixmap(draw, w, h, VRoot.depth); + pmap = BackgroundCreatePixmap(draw, rw, rh, VRoot.depth); else pmap = draw; imlib_context_set_drawable(pmap); ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs