summaryrefslogtreecommitdiffstats
path: root/mac/tkMacColor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mac/tkMacColor.c')
-rw-r--r--mac/tkMacColor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/tkMacColor.c b/mac/tkMacColor.c
index 6fd0263..6c3c230 100644
--- a/mac/tkMacColor.c
+++ b/mac/tkMacColor.c
@@ -274,7 +274,7 @@ TkpGetColor(
}
}
- if (XParseColor(display, colormap, name, &color) == 0) {
+ if (TkParseColor(display, colormap, name, &color) == 0) {
return (TkColor *) NULL;
}