right, i will resubmit it. On Wed, May 21, 2014 at 5:29 PM, Carlos R. Mafra <crma...@gmail.com> wrote: > On Wed, 21 May 2014 at 12:49:44 +0800, David Maciejak wrote: >> when the rotation angle value passed to RRotateImage is a modulo of 90, >> the function is working well but in other cases the rotateImage() >> function is called. That last function is half implemented but >> the half already implemented part is also segfaulting (use the testrot.c >> to replay the crash). >> So the patch is moving the 'not implemented' msg to disable the whole >> rotateImage() function and comment it out. >> >> >> @@ -212,7 +212,7 @@ RImage *RRotateImage(RImage * image, float angle) >> * increment pixel location from source >> * >> */ >> - >> +/* >> static void >> copyLine(int x1, int y1, int x2, int y2, int nwidth, int format, > > Btw, it's better to comment out huge blocks of code with > > #if 0 > ... > #endif > > > -- > To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.
-- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.