~ubuntu-branches/ubuntu/precise/xterm/precise-updates

« back to all changes in this revision

Viewing changes to cachedGCs.c

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2011-02-12 15:58:09 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: james.westby@ubuntu.com-20110212155809-vxve6aexyvm7aoh3
Tags: upstream-268
ImportĀ upstreamĀ versionĀ 268

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XTermId: cachedGCs.c,v 1.59 2010/04/15 00:00:17 tom Exp $ */
 
1
/* $XTermId: cachedGCs.c,v 1.60 2011/02/09 10:11:44 tom Exp $ */
2
2
 
3
3
/************************************************************
4
4
 
5
 
Copyright 2007-2009,2010 by Thomas E. Dickey
 
5
Copyright 2007-2010,2011 by Thomas E. Dickey
6
6
 
7
7
                        All Rights Reserved
8
8
 
513
513
            NEXT(font) = font;
514
514
            me->mask |= GCFont;
515
515
        } else {
 
516
            /* EMPTY */
516
517
            TRACE2(("...NOT updated font for %s\n",
517
518
                    traceCgsEnum(cgsId)));
518
519
        }