~ubuntu-branches/ubuntu/gutsy/plotutils/gutsy

« back to all changes in this revision

Viewing changes to pic2plot/output.h

  • Committer: Bazaar Package Importer
  • Author(s): Floris Bruynooghe
  • Date: 2007-05-10 19:48:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070510194854-mrr3lgwzpxd8hovo
Tags: 2.5-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// -*- C++ -*-
2
1
// The output class: almost pure virtual (a protocol class), but
3
2
// see some definitions in object.cc.
4
3
 
74
73
 
75
74
#ifdef PLOT_SUPPORT
76
75
output *make_plot_output (void);
77
 
extern char *display_type;
 
76
extern char *output_format;
78
77
 
79
78
extern char *font_name;
80
79
extern char *pen_color_name;