diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2008-12-21 23:52:45 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2008-12-21 23:52:45 (GMT) |
commit | 7bccb3db79ee269e12c5f019c68396947a92837a (patch) | |
tree | 6aaa853e62bf644e2a1ef9de0c9b5358fd47c650 /generic/tkInt.h | |
parent | 75b24e6f6a7d295644ed07ae12501fcc43fe1a43 (diff) | |
download | tk-7bccb3db79ee269e12c5f019c68396947a92837a.zip tk-7bccb3db79ee269e12c5f019c68396947a92837a.tar.gz tk-7bccb3db79ee269e12c5f019c68396947a92837a.tar.bz2 |
Backport of the Millipeter patch [1813597,2218964]
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 3563ceb..5139a9f 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.82.2.1 2008/04/02 21:49:31 das Exp $ + * RCS: $Id: tkInt.h,v 1.82.2.2 2008/12/21 23:52:45 ferrieux Exp $ */ #ifndef _TKINT @@ -1111,6 +1111,11 @@ MODULE_SCOPE int Tk_WinfoObjCmd(ClientData clientData, MODULE_SCOPE int Tk_WmObjCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); +MODULE_SCOPE int Tk_GetDoublePixelsFromObj(Tcl_Interp *interp, + Tk_Window tkwin, + Tcl_Obj *objPtr, + double *doublePtr); + MODULE_SCOPE void TkEventInit(void); MODULE_SCOPE void TkRegisterObjTypes(void); MODULE_SCOPE int TkCreateMenuCmd(Tcl_Interp *interp); |