diff options
author | stanton <stanton@noemail.net> | 1999-03-10 07:04:38 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-03-10 07:04:38 (GMT) |
commit | ec2ba5f6728b8b5f1a252e25b4433d29c4319403 (patch) | |
tree | b83515b886272ee3c61631f31cfe3fad937dc0a7 /unix/tkUnixInt.h | |
parent | f7d299b766bb808ca70de46712e13469c076fcdd (diff) | |
download | tk-ec2ba5f6728b8b5f1a252e25b4433d29c4319403.zip tk-ec2ba5f6728b8b5f1a252e25b4433d29c4319403.tar.gz tk-ec2ba5f6728b8b5f1a252e25b4433d29c4319403.tar.bz2 |
integrated stubs into 8.0 main branch
FossilOrigin-Name: 4c74dd207943932e6d9a6d06a3ec11b8e4459199
Diffstat (limited to 'unix/tkUnixInt.h')
-rw-r--r-- | unix/tkUnixInt.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/unix/tkUnixInt.h b/unix/tkUnixInt.h index 3907e04..ade08ff 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.3 1999/03/10 07:04:46 stanton 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 */ |