summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2004-12-17 14:30:45 (GMT)
committerchengyemao <chengyemao>2004-12-17 14:30:45 (GMT)
commit1c5d158063a264c63c8b1d1177934e0f91c94505 (patch)
tree22b90e2a42eddfcb8f27cb57d20044e06113a767 /generic/tkStubInit.c
parentdc35a1319208a687801cc6633b91a4c2bd13f8a3 (diff)
downloadtk-1c5d158063a264c63c8b1d1177934e0f91c94505.zip
tk-1c5d158063a264c63c8b1d1177934e0f91c94505.tar.gz
tk-1c5d158063a264c63c8b1d1177934e0f91c94505.tar.bz2
Added TkWinCleanupContainerList for platform support
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index bc3761f..ace250f 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.46 2004/09/21 19:13:57 mdejong Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.47 2004/12/17 14:30:46 chengyemao Exp $
*/
#include "tkInt.h"
@@ -336,6 +336,7 @@ TkIntPlatStubs tkIntPlatStubs = {
TkWinGetPlatformId, /* 33 */
TkWinSetHINSTANCE, /* 34 */
TkWinGetPlatformTheme, /* 35 */
+ TkWinCleanupContainerList, /* 36 */
#endif /* __WIN32__ */
#ifdef MAC_OSX_TK
TkGenerateActivateEvents, /* 0 */