Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 839465
Collapse All | Expand All

(-)a/src/rl_addons/renderPM/_renderPM.c (-1 / +1 lines)
Lines 1319-1325 static void _reverse_rows_inplace( char *buf, int nrows, int stride) Link Here
1319
1319
1320
static PyObject* gstate__aapixbuf(gstateObject* self, PyObject* args)
1320
static PyObject* gstate__aapixbuf(gstateObject* self, PyObject* args)
1321
{
1321
{
1322
	int			srclen;
1322
	Py_ssize_t	srclen;
1323
	double		ctm[6], dstX, dstY, dstW, dstH;
1323
	double		ctm[6], dstX, dstY, dstW, dstH;
1324
	ArtPixBuf	src;
1324
	ArtPixBuf	src;
1325
1325

Return to bug 839465