diff options
author | nijtmans <nijtmans> | 2009-12-12 00:20:54 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-12-12 00:20:54 (GMT) |
commit | 522b2e0e2359425c585228808ee52319478ca304 (patch) | |
tree | b229fd752faf87bcecdb4fd06d4683458fa0256f /generic | |
parent | bd9e6fbdcd078a624a4a420eb641930b8a325784 (diff) | |
download | tk-522b2e0e2359425c585228808ee52319478ca304.zip tk-522b2e0e2359425c585228808ee52319478ca304.tar.gz tk-522b2e0e2359425c585228808ee52319478ca304.tar.bz2 |
[Bugs 220600, 220690]: Comment that TkWinChildProc is exported
through the stubs table since 8.5.9
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 cd0e324..b4919b2 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.44.2.3 2009/12/02 22:20:01 nijtmans Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.44.2.4 2009/12/12 00:20:54 nijtmans Exp $ library tk @@ -745,7 +745,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, |