diff options
author | nijtmans <nijtmans> | 2009-12-02 22:20:01 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-12-02 22:20:01 (GMT) |
commit | 022f5c5e916e7c3d3393a78bd286568c1316471a (patch) | |
tree | a187e4ac515a9eb25c2ee05791fd6a2c2347b089 /generic/tkStubInit.c | |
parent | de70ce8cdb231c314d728fa6d56db354dde10ff2 (diff) | |
download | tk-022f5c5e916e7c3d3393a78bd286568c1316471a.zip tk-022f5c5e916e7c3d3393a78bd286568c1316471a.tar.gz tk-022f5c5e916e7c3d3393a78bd286568c1316471a.tar.bz2 |
doc/GetHINSTANCE.3 correct mentioned header file
make TkWinChildProc available in private
stub table. [Bug #220600] and [Bug #220690].
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index bf00408..5380f53 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubInit.c,v 1.60.2.2 2009/06/27 19:53:16 nijtmans Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.60.2.3 2009/12/02 22:20:01 nijtmans Exp $ */ #include "tkInt.h" @@ -380,6 +380,7 @@ TkIntPlatStubs tkIntPlatStubs = { TkWinGetPlatformId, /* 33 */ TkWinSetHINSTANCE, /* 34 */ TkWinGetPlatformTheme, /* 35 */ + TkWinChildProc, /* 36 */ #endif /* WIN */ #ifdef MAC_OSX_TK /* AQUA */ TkGenerateActivateEvents, /* 0 */ |