mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-03 12:43:05 +03:00
change function declaration to match Tcl_CmdProc type
This commit is contained in:
parent
bdd0a6a4e4
commit
7bd341fecb
|
@ -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