summaryrefslogtreecommitdiffstats
path: root/xlib/xutil.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-03-17 18:15:27 (GMT)
committerdas <das@noemail.net>2004-03-17 18:15:27 (GMT)
commit66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c (patch)
treea4d842ff3e2a8fc34e8fd25e2322f00537fdfae9 /xlib/xutil.c
parent12819e574ba8306071f121cee54c2685d6d157bc (diff)
downloadtk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.zip
tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.tar.gz
tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.tar.bz2
Removed support for Mac OS Classic platform [Patch 918139]
FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
Diffstat (limited to 'xlib/xutil.c')
-rw-r--r--xlib/xutil.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/xlib/xutil.c b/xlib/xutil.c
index 4f0b5d1..d803a1d 100644
--- a/xlib/xutil.c
+++ b/xlib/xutil.c
@@ -8,19 +8,14 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: xutil.c,v 1.2 1998/09/14 18:24:03 stanton Exp $
+ * RCS: @(#) $Id: xutil.c,v 1.3 2004/03/17 18:15:50 das Exp $
*/
#include <stdlib.h>
#include <tk.h>
-#ifdef MAC_TCL
-# include <Xutil.h>
-# include <Xatom.h>
-#else
-# include <X11/Xutil.h>
-# include <X11/Xatom.h>
-#endif
+#include <X11/Xutil.h>
+#include <X11/Xatom.h>
/*
*----------------------------------------------------------------------