summaryrefslogtreecommitdiffstats
path: root/mac/tkMacInt.h
diff options
context:
space:
mode:
authorjingham <jingham@noemail.net>2000-02-10 08:55:18 (GMT)
committerjingham <jingham@noemail.net>2000-02-10 08:55:18 (GMT)
commit36a3c23d99895327fea432aeec1d2988f42c39cd (patch)
treef43637344ebdd7b323a38445d97180d1e32e880d /mac/tkMacInt.h
parent71329c3cb4e9f18a4f53caf203ceb7e188ac257b (diff)
downloadtk-36a3c23d99895327fea432aeec1d2988f42c39cd.zip
tk-36a3c23d99895327fea432aeec1d2988f42c39cd.tar.gz
tk-36a3c23d99895327fea432aeec1d2988f42c39cd.tar.bz2
Add support for Appearance Manager 1.2 Floating windows, and the new window classes in unsupported1
FossilOrigin-Name: af32fec5b9b0e3a0c13e6ae8eb8324b159ac52f6
Diffstat (limited to 'mac/tkMacInt.h')
-rw-r--r--mac/tkMacInt.h6
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 */