diff options
author | nijtmans <nijtmans@noemail.net> | 2009-12-12 00:23:49 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2009-12-12 00:23:49 (GMT) |
commit | 7a2894ea154723a6025b8e5b0597d54e5e88fc22 (patch) | |
tree | 66c496b2e6a00035bfd936055e7f9f496e74d42e /generic | |
parent | c70277bccf22aa80f065e7a98ea51c8881087cd1 (diff) | |
download | tk-7a2894ea154723a6025b8e5b0597d54e5e88fc22.zip tk-7a2894ea154723a6025b8e5b0597d54e5e88fc22.tar.gz tk-7a2894ea154723a6025b8e5b0597d54e5e88fc22.tar.bz2 |
[Bugs 220600, 220690]: Comment that TkWinChildProc is exported
through the stubs table since 8.5.9
FossilOrigin-Name: 3e06927aac50fa8c22adc2aaed64fa411eaaeb4b
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkInt.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 82d015c..1ec641e 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -10,7 +10,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.58 2009/12/02 21:16:44 nijtmans Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.59 2009/12/12 00:23:49 nijtmans Exp $ library tk @@ -783,7 +783,7 @@ declare 35 win { int TkWinGetPlatformTheme(void) } -# new for 8.6 +# Exported through stub table since Tk 8.5.9 declare 36 win { LRESULT CALLBACK TkWinChildProc(HWND hwnd, |