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

« back to all changes in this revision

Viewing changes to trace.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-17 10:40:36 UTC
  • mfrom: (1.5.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20110617104036-bvog7d89aos7gu5s
Tags: upstream-270
ImportĀ upstreamĀ versionĀ 270

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XTermId: trace.c,v 1.119 2011/02/09 10:04:50 tom Exp $ */
 
1
/* $XTermId: trace.c,v 1.122 2011/04/17 19:21:11 tom Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright 1997-2010,2011 by Thomas E. Dickey
630
630
    XTERM_RESOURCE *resp = &resource;
631
631
 
632
632
    Trace("XTERM_RESOURCE settings:\n");
633
 
    XRES_S(xterm_name);
634
633
    XRES_S(icon_geometry);
635
634
    XRES_S(title);
636
635
    XRES_S(icon_name);
640
639
    XRES_B(utmpInhibit);
641
640
    XRES_B(utmpDisplayId);
642
641
    XRES_B(messages);
 
642
#if OPT_PRINT_ON_EXIT
 
643
    XRES_I(printModeOnXError);
 
644
    XRES_S(printFileOnXError);
 
645
#endif
643
646
#if OPT_SUNPC_KBD
644
647
    XRES_B(sunKeyboard);
645
648
#endif
671
674
#if OPT_SESSION_MGT
672
675
    XRES_B(sessionMgt);
673
676
#endif
 
677
#if OPT_TOOLBAR
 
678
    XRES_B(toolBar);
 
679
#endif
 
680
#if OPT_MAXIMIZE
 
681
    XRES_B(maximized);
 
682
    XRES_S(fullscreen_s);
 
683
#endif
674
684
}
675
685
 
676
686
void