diff options
Diffstat (limited to 'mac/tkMacInt.h')
-rw-r--r-- | mac/tkMacInt.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mac/tkMacInt.h b/mac/tkMacInt.h index 6a526d5..3a96f15 100644 --- a/mac/tkMacInt.h +++ b/mac/tkMacInt.h @@ -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: tkMacInt.h,v 1.8 1999/05/22 06:32:55 jingham Exp $ + * RCS: @(#) $Id: tkMacInt.h,v 1.9 2000/02/10 08:55:18 jingham Exp $ */ #ifndef _TKMACINT @@ -206,4 +206,8 @@ typedef TkMenuDefProcPtr TkMenuDefUPP; #include "tkIntPlatDecls.h" +/* FIXME - This has to go in the tkInt.decls!!! */ + +int TkpIsWindowFloating _ANSI_ARGS_((WindowRef window)); + #endif /* _TKMACINT */ |