summaryrefslogtreecommitdiff
path: root/app/xterm/cachedGCs.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/xterm/cachedGCs.c')
-rw-r--r--app/xterm/cachedGCs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/xterm/cachedGCs.c b/app/xterm/cachedGCs.c
index 3b5608279..aca07aaeb 100644
--- a/app/xterm/cachedGCs.c
+++ b/app/xterm/cachedGCs.c
@@ -1,8 +1,8 @@
-/* $XTermId: cachedGCs.c,v 1.59 2010/04/15 00:00:17 tom Exp $ */
+/* $XTermId: cachedGCs.c,v 1.60 2011/02/09 10:11:44 tom Exp $ */
/************************************************************
-Copyright 2007-2009,2010 by Thomas E. Dickey
+Copyright 2007-2010,2011 by Thomas E. Dickey
All Rights Reserved
@@ -513,6 +513,7 @@ setCgsFont(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, XTermFonts * font)
NEXT(font) = font;
me->mask |= GCFont;
} else {
+ /* EMPTY */
TRACE2(("...NOT updated font for %s\n",
traceCgsEnum(cgsId)));
}