diff options
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index 29105e0..88c6fab 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.46 2000/08/03 21:14:30 ericm Exp $ + * RCS: @(#) $Id: tk.h,v 1.47 2000/09/02 01:18:23 ericm Exp $ */ #ifndef _TK @@ -1353,7 +1353,7 @@ typedef int (Tk_SelectionProc) _ANSI_ARGS_((ClientData clientData, /* *-------------------------------------------------------------- * - * Exported procedures and variables. + * Platform independant exported procedures and variables. * *-------------------------------------------------------------- */ @@ -1361,6 +1361,12 @@ typedef int (Tk_SelectionProc) _ANSI_ARGS_((ClientData clientData, #include "tkDecls.h" /* + * Platform dependant exported procedures and variables. + */ + +#include "tkPlatDecls.h" + +/* * Tcl commands exported by Tk: */ |