summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 0b81411..bc415e5 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.49 2005/01/07 15:18:03 chengyemao Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.50 2005/05/29 06:47:05 das Exp $
*/
#include "tkInt.h"
@@ -336,8 +336,6 @@ TkIntPlatStubs tkIntPlatStubs = {
TkWinGetPlatformId, /* 33 */
TkWinSetHINSTANCE, /* 34 */
TkWinGetPlatformTheme, /* 35 */
- TkWinCleanupContainerList, /* 36 */
- TkpWmGetState, /* 37 */
#endif /* __WIN32__ */
#ifdef MAC_OSX_TK
TkGenerateActivateEvents, /* 0 */
@@ -629,8 +627,6 @@ TkPlatStubs tkPlatStubs = {
Tk_HWNDToWindow, /* 3 */
Tk_PointerEvent, /* 4 */
Tk_TranslateWinEvent, /* 5 */
- Tk_GetMenuHWND, /* 6 */
- Tk_GetEmbeddedMenuHWND, /* 7 */
#endif /* __WIN32__ */
#ifdef MAC_OSX_TK
Tk_MacOSXSetEmbedHandler, /* 0 */
@@ -926,6 +922,8 @@ TkStubs tkStubs = {
Tk_PhotoPutBlock, /* 266 */
Tk_PhotoPutZoomedBlock, /* 267 */
Tk_PhotoSetSize, /* 268 */
+ Tk_GetUserInactiveTime, /* 269 */
+ Tk_ResetUserInactiveTime, /* 270 */
};
/* !END!: Do not edit above this line. */