aboutsummaryrefslogtreecommitdiff
path: root/generic/Color.c
diff options
context:
space:
mode:
authorlecoanet2002-12-09 14:31:03 +0000
committerlecoanet2002-12-09 14:31:03 +0000
commit56e351f36a45cbd134c557a0a731f7bfa867fafe (patch)
tree60b3ed8a3dcd69d760ec83a1d67c0d0691c17091 /generic/Color.c
parent1bd8808d5660cbede81165a25a6cd59e5c5c69b5 (diff)
downloadtkzinc-56e351f36a45cbd134c557a0a731f7bfa867fafe.zip
tkzinc-56e351f36a45cbd134c557a0a731f7bfa867fafe.tar.gz
tkzinc-56e351f36a45cbd134c557a0a731f7bfa867fafe.tar.bz2
tkzinc-56e351f36a45cbd134c557a0a731f7bfa867fafe.tar.xz
* Correction pour compiler proprement en Tcl.
Diffstat (limited to 'generic/Color.c')
-rw-r--r--generic/Color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Color.c b/generic/Color.c
index ba06dc1..430033e 100644
--- a/generic/Color.c
+++ b/generic/Color.c
@@ -659,7 +659,7 @@ ZnGetColorByValue(Tk_Window tkwin,
*
*--------------------------------------------------------------
*/
-char *
+Tk_Uid
ZnNameOfColor(XColor *color)
{
register ZnColorInfo *tk_col = (ZnColorInfo *) color;