diff options
Diffstat (limited to 'tk/unix/tkUnixInt.h')
-rw-r--r-- | tk/unix/tkUnixInt.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/tk/unix/tkUnixInt.h b/tk/unix/tkUnixInt.h index 00b9d14a978..73becfb17f3 100644 --- a/tk/unix/tkUnixInt.h +++ b/tk/unix/tkUnixInt.h @@ -16,17 +16,15 @@ #ifndef _TKUNIXINT #define _TKUNIXINT +#ifndef _TKINT +#include "tkInt.h" +#endif + /* * Prototypes for procedures that are referenced in files other * 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 */ + |