~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to lib/common/globals.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: globals.h,v 1.30 2007/11/01 21:01:07 ellson Exp $ $Revision: 1.30 $ */
 
1
/* $Id: globals.h,v 1.32 2008/02/07 17:09:46 ellson Exp $ $Revision: 1.32 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**********************************************************
92
92
        *G_selectedpencolor, *G_selectedfillcolor,
93
93
        *G_visitedpencolor, *G_visitedfillcolor,
94
94
        *G_deletedpencolor, *G_deletedfillcolor,
95
 
        *G_peripheries;
 
95
        *G_peripheries, *G_penwidth;
96
96
    EXTERN attrsym_t
97
97
        *N_height, *N_width, *N_shape, *N_color, *N_fillcolor,
98
98
        *N_activepencolor, *N_activefillcolor,
103
103
        *N_label, *N_nojustify, *N_style, *N_showboxes,
104
104
        *N_sides, *N_peripheries, *N_orientation,
105
105
        *N_skew, *N_distortion, *N_fixed, *N_imagescale, *N_layer,
106
 
        *N_group, *N_comment, *N_vertices, *N_z;
 
106
        *N_group, *N_comment, *N_vertices, *N_z,
 
107
        *N_penwidth;
107
108
    EXTERN attrsym_t
108
109
        *E_weight, *E_minlen, *E_color,
109
110
        *E_activepencolor, *E_activefillcolor,