Revision: 6351 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6351&view=rev Author: mdboom Date: 2008-10-29 19:45:18 +0000 (Wed, 29 Oct 2008)
Log Message: ----------- Fix compile for those that need the wxAgg C-extension. Modified Paths: -------------- trunk/matplotlib/src/_wxagg.cpp Modified: trunk/matplotlib/src/_wxagg.cpp =================================================================== --- trunk/matplotlib/src/_wxagg.cpp 2008-10-29 18:27:05 UTC (rev 6350) +++ trunk/matplotlib/src/_wxagg.cpp 2008-10-29 19:45:18 UTC (rev 6351) @@ -178,7 +178,7 @@ rbuf.attach(srcBuffer, srcWidth, srcHeight, srcStride); pixfmt pf(rbuf); renderer_base rndr(pf); - rndr.copy_from(*aggRenderer->renderingBuffer, ®ion, + rndr.copy_from(aggRenderer->renderingBuffer, ®ion, (int)-l, (int)(t-h)); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins