diff options
author | hobbs <hobbs@noemail.net> | 2000-01-12 11:45:02 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-01-12 11:45:02 (GMT) |
commit | 9971b070346300d0eadf16375f3cb7a61024283f (patch) | |
tree | 5d3d64633cf82653fb8cf69a698e374ca1bf6146 /generic/tkInt.decls | |
parent | 7c888d0b83f56cb9d678da314040094a4ee2c961 (diff) | |
download | tk-9971b070346300d0eadf16375f3cb7a61024283f.zip tk-9971b070346300d0eadf16375f3cb7a61024283f.tar.gz tk-9971b070346300d0eadf16375f3cb7a61024283f.tar.bz2 |
* generic/tkCanvas.c: fixed mem leak with TagSearchExprInit
[Bug: 3977]
* generic/tkStubInit.c:
* generic/tkDecls.h: remove non-existent
Tk_(Get|Create)CanvasVisitor prototypes
* generic/tkText.c:
* generic/tkEntry.c: fixed cursor to not blink when widget was
disabled [Bug: 1807]
* generic/tkRectOval.c: added note about change to bloat for
RectOval bounds calculation for WIN32 only
FossilOrigin-Name: 4bc2b4832ebf9c333f0e647a5b96d0ffa884178c
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index c45134b..2c7def8 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -9,7 +9,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.decls,v 1.13 1999/12/14 06:52:29 hobbs Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.14 2000/01/12 11:45:03 hobbs Exp $ library tk @@ -660,8 +660,6 @@ declare 6 unix { declare 7 unix { void TkUnixSetMenubar (Tk_Window tkwin, Tk_Window menubar) } - - ############################ # Windows specific functions |