summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman>1999-03-06 00:06:22 (GMT)
committerredman <redman>1999-03-06 00:06:22 (GMT)
commitf7eb1a03a334f0ea61efcdb409a31ac9ed02b2c6 (patch)
treeb7459e631279c6561e730ce56c09e52f16cd3422
parent4418666433f85261965d9b90c6e945d09697d06e (diff)
downloadtk-f7eb1a03a334f0ea61efcdb409a31ac9ed02b2c6.zip
tk-f7eb1a03a334f0ea61efcdb409a31ac9ed02b2c6.tar.gz
tk-f7eb1a03a334f0ea61efcdb409a31ac9ed02b2c6.tar.bz2
Modifications for Tk stubs implementation
-rw-r--r--unix/tkUnixInt.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/unix/tkUnixInt.h b/unix/tkUnixInt.h
index 3907e04..575fef6 100644
--- a/unix/tkUnixInt.h
+++ b/unix/tkUnixInt.h
@@ -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: tkUnixInt.h,v 1.2 1998/09/14 18:23:57 stanton Exp $
+ * RCS: @(#) $Id: tkUnixInt.h,v 1.2.4.1 1999/03/06 00:06:22 redman Exp $
*/
#ifndef _TKUNIXINT
@@ -21,12 +21,6 @@
* than the ones they're defined in.
*/
-EXTERN void TkCreateXEventSource _ANSI_ARGS_((void));
-EXTERN TkWindow * TkpGetContainer _ANSI_ARGS_((TkWindow *embeddedPtr));
-EXTERN TkWindow * TkpGetWrapperWindow _ANSI_ARGS_((TkWindow *winPtr));
-EXTERN Window TkUnixContainerId _ANSI_ARGS_((TkWindow *winPtr));
-EXTERN int TkUnixDoOneXEvent _ANSI_ARGS_((Tcl_Time *timePtr));
-EXTERN void TkUnixSetMenubar _ANSI_ARGS_((Tk_Window tkwin,
- Tk_Window menubar));
+#include "tkIntPlatDecls.h"
#endif /* _TKUNIXINT */