summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-15 20:57:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-15 20:57:48 (GMT)
commitac8934a59330e0c285c4a5c89d4e6f985dc499d5 (patch)
treeb69a457a0eaaa41f3bf3c89239cd80372fd4b53e /macosx
parent57e0226b26b094c899baf29e9dcc00b4099f9e92 (diff)
parent2f3c553facb9ad9233f289ce48427dd0ff95ac2d (diff)
downloadtk-ac8934a59330e0c285c4a5c89d4e6f985dc499d5.zip
tk-ac8934a59330e0c285c4a5c89d4e6f985dc499d5.tar.gz
tk-ac8934a59330e0c285c4a5c89d4e6f985dc499d5.tar.bz2
[Bug 3486474]: Inconsistent color scaling
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXColor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXColor.c b/macosx/tkMacOSXColor.c
index b6b1d18..359c8a6 100644
--- a/macosx/tkMacOSXColor.c
+++ b/macosx/tkMacOSXColor.c
@@ -591,7 +591,7 @@ TkpGetColor(
}
}
- if (XParseColor(display, colormap, name, &color) == 0) {
+ if (TkParseColor(display, colormap, name, &color) == 0) {
return (TkColor *) NULL;
}