diff options
author | pspjuth <peter.spjuth@gmail.com> | 2002-07-25 21:35:22 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2002-07-25 21:35:22 (GMT) |
commit | 22fb9c3984a951a4a75220e1baddb688801e15ef (patch) | |
tree | 608ffc6660502cadb5242627b23a9954ae489a14 /generic/tkInt.h | |
parent | c405da7b48b5b98e265a61df3590913ebc571bdd (diff) | |
download | tk-22fb9c3984a951a4a75220e1baddb688801e15ef.zip tk-22fb9c3984a951a4a75220e1baddb688801e15ef.tar.gz tk-22fb9c3984a951a4a75220e1baddb688801e15ef.tar.bz2 |
Objectifed wm. [Patch #564521]
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index a6e887a..4799737 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: $Id: tkInt.h,v 1.51 2002/06/18 23:51:46 dkf Exp $ + * RCS: $Id: tkInt.h,v 1.52 2002/07/25 21:35:22 pspjuth Exp $ */ #ifndef _TKINT @@ -1080,8 +1080,9 @@ EXTERN int Tk_UpdateObjCmd _ANSI_ARGS_((ClientData clientData, EXTERN int Tk_WinfoObjCmd _ANSI_ARGS_((ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])); -EXTERN int Tk_WmCmd _ANSI_ARGS_((ClientData clientData, - Tcl_Interp *interp, int argc, char **argv)); +EXTERN int Tk_WmObjCmd _ANSI_ARGS_((ClientData clientData, + Tcl_Interp *interp, int objc, + Tcl_Obj *CONST objv[])); EXTERN void TkConsolePrint _ANSI_ARGS_((Tcl_Interp *interp, int devId, CONST char *buffer, long size)); |