diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnix.c | 4 | ||||
-rw-r--r-- | unix/tkUnix3d.c | 5 | ||||
-rw-r--r-- | unix/tkUnixButton.c | 3 | ||||
-rw-r--r-- | unix/tkUnixColor.c | 5 | ||||
-rw-r--r-- | unix/tkUnixConfig.c | 3 | ||||
-rw-r--r-- | unix/tkUnixCursor.c | 3 | ||||
-rw-r--r-- | unix/tkUnixDialog.c | 4 | ||||
-rw-r--r-- | unix/tkUnixDraw.c | 3 | ||||
-rw-r--r-- | unix/tkUnixEmbed.c | 3 | ||||
-rw-r--r-- | unix/tkUnixEvent.c | 3 | ||||
-rw-r--r-- | unix/tkUnixFocus.c | 4 | ||||
-rw-r--r-- | unix/tkUnixInit.c | 3 | ||||
-rw-r--r-- | unix/tkUnixMenu.c | 4 | ||||
-rw-r--r-- | unix/tkUnixMenubu.c | 3 | ||||
-rw-r--r-- | unix/tkUnixScale.c | 4 | ||||
-rw-r--r-- | unix/tkUnixScrlbr.c | 3 | ||||
-rw-r--r-- | unix/tkUnixSend.c | 4 | ||||
-rw-r--r-- | unix/tkUnixWm.c | 4 | ||||
-rw-r--r-- | unix/tkUnixXId.c | 3 |
19 files changed, 28 insertions, 40 deletions
diff --git a/unix/tkUnix.c b/unix/tkUnix.c index 993bc9d..5399956 100644 --- a/unix/tkUnix.c +++ b/unix/tkUnix.c @@ -10,10 +10,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnix.c,v 1.13 2006/07/20 06:25:20 das Exp $ + * RCS: @(#) $Id: tkUnix.c,v 1.14 2007/09/07 00:34:57 dgp Exp $ */ -#include <tkInt.h> +#include "tkInt.h" #ifdef HAVE_XSS #include <X11/extensions/scrnsaver.h> #endif diff --git a/unix/tkUnix3d.c b/unix/tkUnix3d.c index 63e6161..8710483 100644 --- a/unix/tkUnix3d.c +++ b/unix/tkUnix3d.c @@ -9,10 +9,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnix3d.c,v 1.10 2005/11/13 21:00:17 dkf Exp $ + * RCS: @(#) $Id: tkUnix3d.c,v 1.11 2007/09/07 00:34:57 dgp Exp $ */ -#include <tk3d.h> +#include "tkInt.h" +#include "tk3d.h" #if !(defined(__WIN32__) || defined(MAC_OSX_TK)) #include "tkUnixInt.h" diff --git a/unix/tkUnixButton.c b/unix/tkUnixButton.c index 9a0ff1c..dcdba82 100644 --- a/unix/tkUnixButton.c +++ b/unix/tkUnixButton.c @@ -8,9 +8,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixButton.c,v 1.23 2007/02/27 14:52:56 dkf Exp $ + * RCS: @(#) $Id: tkUnixButton.c,v 1.24 2007/09/07 00:34:57 dgp Exp $ */ +#include "tkInt.h" #include "tkButton.h" #include "tk3d.h" diff --git a/unix/tkUnixColor.c b/unix/tkUnixColor.c index e32233b..7e4c4d7 100644 --- a/unix/tkUnixColor.c +++ b/unix/tkUnixColor.c @@ -9,10 +9,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixColor.c,v 1.4 2005/10/21 01:51:44 dkf Exp $ + * RCS: @(#) $Id: tkUnixColor.c,v 1.5 2007/09/07 00:34:57 dgp Exp $ */ -#include <tkColor.h> +#include "tkInt.h" +#include "tkColor.h" /* * If a colormap fills up, attempts to allocate new colors from that colormap diff --git a/unix/tkUnixConfig.c b/unix/tkUnixConfig.c index b063fb3..0ddc1f6 100644 --- a/unix/tkUnixConfig.c +++ b/unix/tkUnixConfig.c @@ -9,10 +9,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixConfig.c,v 1.4 2005/11/13 21:00:17 dkf Exp $ + * RCS: @(#) $Id: tkUnixConfig.c,v 1.5 2007/09/07 00:34:57 dgp Exp $ */ -#include "tk.h" #include "tkInt.h" diff --git a/unix/tkUnixCursor.c b/unix/tkUnixCursor.c index 1430ad9..130d9d6 100644 --- a/unix/tkUnixCursor.c +++ b/unix/tkUnixCursor.c @@ -8,10 +8,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixCursor.c,v 1.10 2006/12/19 08:53:38 dkf Exp $ + * RCS: @(#) $Id: tkUnixCursor.c,v 1.11 2007/09/07 00:34:57 dgp Exp $ */ -#include "tkPort.h" #include "tkInt.h" /* diff --git a/unix/tkUnixDialog.c b/unix/tkUnixDialog.c index e4a1d86..7914541 100644 --- a/unix/tkUnixDialog.c +++ b/unix/tkUnixDialog.c @@ -8,12 +8,10 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixDialog.c,v 1.4 2005/11/13 21:00:17 dkf Exp $ + * RCS: @(#) $Id: tkUnixDialog.c,v 1.5 2007/09/07 00:34:58 dgp Exp $ * */ -#include "tkPort.h" -#include "tkInt.h" #include "tkUnixInt.h" /* diff --git a/unix/tkUnixDraw.c b/unix/tkUnixDraw.c index 074bdad..0f3754c 100644 --- a/unix/tkUnixDraw.c +++ b/unix/tkUnixDraw.c @@ -8,10 +8,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixDraw.c,v 1.9 2005/11/14 11:54:21 dkf Exp $ + * RCS: @(#) $Id: tkUnixDraw.c,v 1.10 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkPort.h" #include "tkInt.h" #if !defined(__WIN32__) diff --git a/unix/tkUnixEmbed.c b/unix/tkUnixEmbed.c index c06cbdc..4929d81 100644 --- a/unix/tkUnixEmbed.c +++ b/unix/tkUnixEmbed.c @@ -11,10 +11,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixEmbed.c,v 1.10 2006/05/29 22:21:40 hobbs Exp $ + * RCS: @(#) $Id: tkUnixEmbed.c,v 1.11 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkInt.h" #include "tkUnixInt.h" /* diff --git a/unix/tkUnixEvent.c b/unix/tkUnixEvent.c index dde8432..7b45747 100644 --- a/unix/tkUnixEvent.c +++ b/unix/tkUnixEvent.c @@ -9,10 +9,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixEvent.c,v 1.24 2007/05/03 22:16:00 dkf Exp $ + * RCS: @(#) $Id: tkUnixEvent.c,v 1.25 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkInt.h" #include "tkUnixInt.h" #include <signal.h> diff --git a/unix/tkUnixFocus.c b/unix/tkUnixFocus.c index 479ef61..2cfb282 100644 --- a/unix/tkUnixFocus.c +++ b/unix/tkUnixFocus.c @@ -9,11 +9,9 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixFocus.c,v 1.5 2005/10/21 01:51:45 dkf Exp $ + * RCS: @(#) $Id: tkUnixFocus.c,v 1.6 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkInt.h" -#include "tkPort.h" #include "tkUnixInt.h" diff --git a/unix/tkUnixInit.c b/unix/tkUnixInit.c index b493c2a..b7c12e4 100644 --- a/unix/tkUnixInit.c +++ b/unix/tkUnixInit.c @@ -8,10 +8,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixInit.c,v 1.8 2007/09/06 19:34:02 dgp Exp $ + * RCS: @(#) $Id: tkUnixInit.c,v 1.9 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkInt.h" #include "tkUnixInt.h" #ifdef HAVE_COREFOUNDATION diff --git a/unix/tkUnixMenu.c b/unix/tkUnixMenu.c index 445d22e..c87d904 100644 --- a/unix/tkUnixMenu.c +++ b/unix/tkUnixMenu.c @@ -8,12 +8,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixMenu.c,v 1.16 2007/02/27 14:52:57 dkf Exp $ + * RCS: @(#) $Id: tkUnixMenu.c,v 1.17 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkPort.h" #include "default.h" -#include "tkInt.h" #include "tkUnixInt.h" #include "tkMenu.h" diff --git a/unix/tkUnixMenubu.c b/unix/tkUnixMenubu.c index 201e974..14112bc 100644 --- a/unix/tkUnixMenubu.c +++ b/unix/tkUnixMenubu.c @@ -9,9 +9,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixMenubu.c,v 1.9 2007/04/25 17:08:51 hobbs Exp $ + * RCS: @(#) $Id: tkUnixMenubu.c,v 1.10 2007/09/07 00:34:58 dgp Exp $ */ +#include "tkInt.h" #include "tkMenubutton.h" /* diff --git a/unix/tkUnixScale.c b/unix/tkUnixScale.c index f7970b5..c12eee3 100644 --- a/unix/tkUnixScale.c +++ b/unix/tkUnixScale.c @@ -9,11 +9,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixScale.c,v 1.11 2007/04/23 21:15:17 das Exp $ + * RCS: @(#) $Id: tkUnixScale.c,v 1.12 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkScale.h" #include "tkInt.h" +#include "tkScale.h" /* * Forward declarations for functions defined later in this file: diff --git a/unix/tkUnixScrlbr.c b/unix/tkUnixScrlbr.c index 074fff3..63dbddb 100644 --- a/unix/tkUnixScrlbr.c +++ b/unix/tkUnixScrlbr.c @@ -9,9 +9,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixScrlbr.c,v 1.4 2005/11/13 21:00:17 dkf Exp $ + * RCS: @(#) $Id: tkUnixScrlbr.c,v 1.5 2007/09/07 00:34:58 dgp Exp $ */ +#include "tkInt.h" #include "tkScrollbar.h" /* diff --git a/unix/tkUnixSend.c b/unix/tkUnixSend.c index 7f038b7..fce1e75 100644 --- a/unix/tkUnixSend.c +++ b/unix/tkUnixSend.c @@ -11,11 +11,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixSend.c,v 1.18 2007/05/03 22:16:00 dkf Exp $ + * RCS: @(#) $Id: tkUnixSend.c,v 1.19 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkPort.h" -#include "tkInt.h" #include "tkUnixInt.h" /* diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c index f97f0ae..efddad2 100644 --- a/unix/tkUnixWm.c +++ b/unix/tkUnixWm.c @@ -12,11 +12,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixWm.c,v 1.55 2007/02/27 14:52:57 dkf Exp $ + * RCS: @(#) $Id: tkUnixWm.c,v 1.56 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkPort.h" -#include "tkInt.h" #include "tkUnixInt.h" /* diff --git a/unix/tkUnixXId.c b/unix/tkUnixXId.c index 37a621f..7f3446b 100644 --- a/unix/tkUnixXId.c +++ b/unix/tkUnixXId.c @@ -16,7 +16,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixXId.c,v 1.8 2005/10/21 01:51:45 dkf Exp $ + * RCS: @(#) $Id: tkUnixXId.c,v 1.9 2007/09/07 00:34:58 dgp Exp $ */ /* @@ -28,7 +28,6 @@ #define XLIB_ILLEGAL_ACCESS 1 #include "tkUnixInt.h" -#include "tkPort.h" /* * A structure of the following type is used to hold one or more available |