10000 Rollback of error introduced in · matplotlib/matplotlib@6433af0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6433af0

Browse files
committed
Rollback of error introduced in
GraphicsContext_draw_image from previous commit.
1 parent f6382fe commit 6433af0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/_macosx.m

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3011,14 +3011,11 @@ static void _data_provider_release(void* info, const void* data, size_t size)
30113011
return NULL;
30123012
}
30133013

3014-
if(!PyArg_ParseTuple(args, "ffiiOOOO", &x,
3015-
&y,
3016-
&nrows,
3017-
&ncols,
3018-
&image,
3019-
&cliprect,
3020-
&clippath,
3021-
&clippath_transform)) return NULL;
3014+
if(!PyArg_ParseTuple(args, "ffiiO", &x,
3015+
&y,
3016+
&nrows,
3017+
&ncols,
3018+
&image)) return NULL;
30223019

30233020
CGColorSpaceRef colorspace;
30243021
CGDataProviderRef provider;

0 commit comments

Comments
 (0)
0