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

« back to all changes in this revision

Viewing changes to lib/gvc/gvrender.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: gvrender.c,v 1.141 2007/11/02 20:30:28 ellson Exp $ $Revision: 1.141 $ */
 
1
/* $Id: gvrender.c,v 1.142 2007/12/04 21:22:17 erg Exp $ $Revision: 1.142 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**********************************************************
306
306
            cg->end_graph();
307
307
    }
308
308
#endif
 
309
    gvdevice_format(job);
309
310
}
310
311
 
311
312
void gvrender_begin_page(GVJ_t * job)
345
346
            cg->end_page();
346
347
    }
347
348
#endif
348
 
    gvdevice_format(job);
349
349
}
350
350
 
351
351
void gvrender_begin_layer(GVJ_t * job)