diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-02 00:29:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-02 00:29:59 (GMT) |
commit | 52ba5ed890bb8001a39262827dd427468580ace4 (patch) | |
tree | 213c138f413eb22e0dc2103cb71ee7de1b7c9f12 /win/tkWinColor.c | |
parent | 16d7449c764a6890a1d2b3c7e7a5132fd69640b3 (diff) | |
download | tk-52ba5ed890bb8001a39262827dd427468580ace4.zip tk-52ba5ed890bb8001a39262827dd427468580ace4.tar.gz tk-52ba5ed890bb8001a39262827dd427468580ace4.tar.bz2 |
Fix problems in last commit
Diffstat (limited to 'win/tkWinColor.c')
-rw-r--r-- | win/tkWinColor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinColor.c b/win/tkWinColor.c index ee033f3..ce2f75e 100644 --- a/win/tkWinColor.c +++ b/win/tkWinColor.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinColor.c,v 1.8 2005/12/02 00:19:04 dkf Exp $ + * RCS: @(#) $Id: tkWinColor.c,v 1.9 2005/12/02 00:29:59 dkf Exp $ */ #include "tkWinInt.h" @@ -431,7 +431,7 @@ XAllocColor( void XFreeColors( Display *display, - Colormap colormap;, + Colormap colormap, unsigned long *pixels, int npixels, unsigned long planes) |