summaryrefslogtreecommitdiffstats
path: root/generic/tkGrab.c
diff options
context:
space:
mode:
authordas <das>2004-03-17 18:15:28 (GMT)
committerdas <das>2004-03-17 18:15:28 (GMT)
commit5d5e80daa3a2538f68710f54dce61a4203a539d8 (patch)
treea4d842ff3e2a8fc34e8fd25e2322f00537fdfae9 /generic/tkGrab.c
parentb378e89f0cb660a297740dc4787f7b0d2fd85008 (diff)
downloadtk-5d5e80daa3a2538f68710f54dce61a4203a539d8.zip
tk-5d5e80daa3a2538f68710f54dce61a4203a539d8.tar.gz
tk-5d5e80daa3a2538f68710f54dce61a4203a539d8.tar.bz2
Removed support for Mac OS Classic platform [Patch 918139]
Diffstat (limited to 'generic/tkGrab.c')
-rw-r--r--generic/tkGrab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkGrab.c b/generic/tkGrab.c
index 4bf826f..bdf8497 100644
--- a/generic/tkGrab.c
+++ b/generic/tkGrab.c
@@ -9,13 +9,13 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkGrab.c,v 1.9 2002/08/31 06:12:20 das Exp $
+ * RCS: @(#) $Id: tkGrab.c,v 1.10 2004/03/17 18:15:43 das Exp $
*/
#include "tkPort.h"
#include "tkInt.h"
-#if !(defined(__WIN32__) || defined(MAC_TCL) || defined(MAC_OSX_TK))
+#if !(defined(__WIN32__) || defined(MAC_OSX_TK))
#include "tkUnixInt.h"
#endif