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:
Tim Edwards 2017-09-17 11:31:07 -04:00
parent 1610d28c72
commit c3132298ba
1 changed files with 2 additions and 2 deletions

View File

@ -743,8 +743,8 @@ typedef struct LayerInstance {
*/
static int ImgLayerCreate _ANSI_ARGS_((Tcl_Interp *interp,
CONST86 char *name, int argc, Tcl_Obj *const objv[],
CONST86 Tk_ImageType *typePtr, Tk_ImageMaster master,
CONST84 char *name, int argc, Tcl_Obj *const objv[],
CONST84 Tk_ImageType *typePtr, Tk_ImageMaster master,
ClientData *clientDataPtr));
static ClientData ImgLayerGet _ANSI_ARGS_((Tk_Window tkwin,
ClientData clientData));