summaryrefslogtreecommitdiffstats
path: root/mac/tkMacFont.c
diff options
context:
space:
mode:
Diffstat (limited to 'mac/tkMacFont.c')
-rw-r--r--mac/tkMacFont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacFont.c b/mac/tkMacFont.c
index 79f6a38..1a75249 100644
--- a/mac/tkMacFont.c
+++ b/mac/tkMacFont.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacFont.c,v 1.2 1998/09/14 18:23:35 stanton Exp $
+ * RCS: @(#) $Id: tkMacFont.c,v 1.3 1999/04/16 01:25:54 stanton Exp $
*/
#include <Windows.h>
@@ -542,7 +542,7 @@ Tk_DrawChars(
TextSize(fontPtr->size);
TextFace(fontPtr->style);
- if (TkSetMacColor(gc->foreground, &macColor) == true) {
+ if (TkSetMacColor(gc->foreground, &macColor)) {
RGBForeColor(&macColor);
}