Changed CONST86 back to CONST84 to maintain compatibility with
Tcl/Tk 8.5, although this should probably be in an ifdef or something.
This commit is contained in:
parent
1610d28c72
commit
c3132298ba
|
|
@ -743,8 +743,8 @@ typedef struct LayerInstance {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int ImgLayerCreate _ANSI_ARGS_((Tcl_Interp *interp,
|
static int ImgLayerCreate _ANSI_ARGS_((Tcl_Interp *interp,
|
||||||
CONST86 char *name, int argc, Tcl_Obj *const objv[],
|
CONST84 char *name, int argc, Tcl_Obj *const objv[],
|
||||||
CONST86 Tk_ImageType *typePtr, Tk_ImageMaster master,
|
CONST84 Tk_ImageType *typePtr, Tk_ImageMaster master,
|
||||||
ClientData *clientDataPtr));
|
ClientData *clientDataPtr));
|
||||||
static ClientData ImgLayerGet _ANSI_ARGS_((Tk_Window tkwin,
|
static ClientData ImgLayerGet _ANSI_ARGS_((Tk_Window tkwin,
|
||||||
ClientData clientData));
|
ClientData clientData));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue