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

« back to all changes in this revision

Viewing changes to lib/gvc/gvcproc.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: gvcproc.h,v 1.31 2007/11/01 21:01:07 ellson Exp $ $Revision: 1.31 $ */
 
1
/* $Id: gvcproc.h,v 1.35 2007/12/21 01:48:33 ellson Exp $ $Revision: 1.35 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**********************************************************
77
77
    extern void gvdevice_format(GVJ_t * job);
78
78
    extern void gvdevice_finalize(GVJ_t * job);
79
79
 
 
80
    extern void gvdevice_printnum(GVJ_t * job, double num);
 
81
    extern void gvdevice_printpointf(GVJ_t * job, pointf p);
 
82
    extern void gvdevice_printpointflist(GVJ_t * job, pointf *p, int n);
 
83
 
80
84
/* render */
81
85
 
82
86
    extern pointf gvrender_ptf(GVJ_t *job, pointf p);