From 9498e923140f7df295da97290c3ed769c0a5535d Mon Sep 17 00:00:00 2001 From: nijtmans Date: Sat, 12 Dec 2009 00:20:54 +0000 Subject: [Bugs 220600, 220690]: Comment that TkWinChildProc is exported through the stubs table since 8.5.9 --- ChangeLog | 6 ++++++ generic/tkInt.decls | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81ddfea..8e48221 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-12-02 Jan Nijtmans + + * win/tkWinInt.h: [Bugs 220600, 220690]: Comment that + TkWinChildProc is exported through the stubs table + since 8.5.9 + 2009-12-11 Donal K. Fellows * library/tk.tcl (tk::ScreenChanged): [Bug 2912473]: Stop problems 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, -- cgit v0.12