summaryrefslogtreecommitdiffstats
path: root/generic/tkColor.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkColor.c')
-rw-r--r--generic/tkColor.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/tkColor.c b/generic/tkColor.c
index c64fe80..7619b99 100644
--- a/generic/tkColor.c
+++ b/generic/tkColor.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkColor.c,v 1.13 2007/01/03 04:10:54 nijtmans Exp $
+ * RCS: @(#) $Id: tkColor.c,v 1.14 2007/02/12 21:45:41 dkf Exp $
*/
#include "tkColor.h"
@@ -28,7 +28,6 @@ typedef struct {
Display *display; /* Display for colormap. */
} ValueKey;
-
/*
* The structure below is used to allocate thread-local data.
*/
@@ -737,8 +736,8 @@ InitColorObj(
*/
static void
-ColorInit(dispPtr)
- TkDisplay *dispPtr;
+ColorInit(
+ TkDisplay *dispPtr)
{
if (!dispPtr->colorInit) {
dispPtr->colorInit = 1;