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

« back to all changes in this revision

Viewing changes to lib/common/input.c

  • 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: input.c,v 1.73 2007/11/01 21:01:07 ellson Exp $ $Revision: 1.73 $ */
 
1
/* $Id: input.c,v 1.74 2008/01/29 19:58:31 ellson Exp $ $Revision: 1.74 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**********************************************************
662
662
    N_fontcolor = agfindattr(g->proto->n, "fontcolor");
663
663
    N_label = agfindattr(g->proto->n, "label");
664
664
    N_showboxes = agfindattr(g->proto->n, "showboxes");
 
665
    N_penwidth = agfindattr(g->proto->n, "penwidth");
665
666
    /* attribs for polygon shapes */
666
667
    N_sides = agfindattr(g->proto->n, "sides");
667
668
    N_peripheries = agfindattr(g->proto->n, "peripheries");