mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 18:24:45 +03:00
change function declaration to match Tcl_CmdProc type
This commit is contained in:
parent
c3c16dda4a
commit
b4e0ba1d75
|
@ -80,7 +80,7 @@ ImagingFind(const char* name)
|
||||||
|
|
||||||
static int
|
static int
|
||||||
PyImagingPhotoPut(ClientData clientdata, Tcl_Interp* interp,
|
PyImagingPhotoPut(ClientData clientdata, Tcl_Interp* interp,
|
||||||
int argc, char **argv)
|
int argc, const char **argv)
|
||||||
{
|
{
|
||||||
Imaging im;
|
Imaging im;
|
||||||
Tk_PhotoHandle photo;
|
Tk_PhotoHandle photo;
|
||||||
|
@ -172,7 +172,7 @@ PyImagingPhotoPut(ClientData clientdata, Tcl_Interp* interp,
|
||||||
|
|
||||||
static int
|
static int
|
||||||
PyImagingPhotoGet(ClientData clientdata, Tcl_Interp* interp,
|
PyImagingPhotoGet(ClientData clientdata, Tcl_Interp* interp,
|
||||||
int argc, char **argv)
|
int argc, const char **argv)
|
||||||
{
|
{
|
||||||
Tk_PhotoHandle photo;
|
Tk_PhotoHandle photo;
|
||||||
Tk_PhotoImageBlock block;
|
Tk_PhotoImageBlock block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user