~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/libnr/nr-svp.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-06 22:03:02 UTC
  • mto: (2.4.1 sid) (1.4.1 upstream) (45.1.3 maverick)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060706220302-itgso3qgxdaxjmcy
Tags: upstream-0.44
ImportĀ upstreamĀ versionĀ 0.44

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
/* Sorted vector paths */
14
14
 
 
15
#include <glib/gtypes.h>
15
16
#include <libnr/nr-coord.h>
16
 
#include <libnr/nr-forward.h>
17
 
#include <libnr/nr-rect.h>
18
 
#include <libnr/nr-path.h>
19
17
 
20
 
#include <glib.h>
 
18
struct NRPoint;
21
19
 
22
20
struct NRSVPSegment {
23
21
    gint16 wind;
59
57
  Local Variables:
60
58
  mode:c++
61
59
  c-file-style:"stroustrup"
62
 
  c-file-offsets:((innamespace . 0)(inline-open . 0))
 
60
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
63
61
  indent-tabs-mode:nil
64
62
  fill-column:99
65
63
  End:
66
64
*/
67
 
// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 
65
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :