diff options
author | chengyemao <chengyemao> | 2004-12-17 14:30:45 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-12-17 14:30:45 (GMT) |
commit | 1c5d158063a264c63c8b1d1177934e0f91c94505 (patch) | |
tree | 22b90e2a42eddfcb8f27cb57d20044e06113a767 /generic/tkStubInit.c | |
parent | dc35a1319208a687801cc6633b91a4c2bd13f8a3 (diff) | |
download | tk-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.c | 3 |
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 */ |