mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
codestyle
This commit is contained in:
parent
a03033e7f3
commit
cfce566d17
|
@ -3405,7 +3405,6 @@ static struct PyMethodDef _draw_methods[] = {
|
|||
{NULL, NULL} /* sentinel */
|
||||
};
|
||||
|
||||
|
||||
static PyObject *
|
||||
pixel_access_new(ImagingObject *imagep, PyObject *args) {
|
||||
PixelAccessObject *self;
|
||||
|
@ -4218,8 +4217,8 @@ static PyMethodDef functions[] = {
|
|||
/* Memory mapping */
|
||||
{"map_buffer", (PyCFunction)PyImaging_MapBuffer, METH_VARARGS},
|
||||
|
||||
/* Display support */
|
||||
#ifdef _WIN32
|
||||
/* Display support */
|
||||
{"display", (PyCFunction)PyImaging_DisplayWin32, METH_VARARGS},
|
||||
{"display_mode", (PyCFunction)PyImaging_DisplayModeWin32, METH_VARARGS},
|
||||
{"grabscreen_win32", (PyCFunction)PyImaging_GrabScreenWin32, METH_VARARGS},
|
||||
|
|
Loading…
Reference in New Issue
Block a user