~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/src/livarot/livarot-forward.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SEEN_LIVAROT_FORWARD_H
 
2
#define SEEN_LIVAROT_FORWARD_H
 
3
 
 
4
class Path;
 
5
class Shape;
 
6
struct float_ligne_run;
 
7
class FloatLigne;
 
8
class BitLigne;
 
9
class PathDescr;
 
10
class PathDescrLineTo;
 
11
class PathDescrArcTo;
 
12
class PathDescrCubicTo;
 
13
class PathDescrBezierTo;
 
14
class PathDescrIntermBezierTo;
 
15
 
 
16
 
 
17
#endif /* !SEEN_LIVAROT_FORWARD_H */
 
18
 
 
19
/*
 
20
  Local Variables:
 
21
  mode:c++
 
22
  c-file-style:"stroustrup"
 
23
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
24
  indent-tabs-mode:nil
 
25
  fill-column:99
 
26
  End:
 
27
*/
 
28
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :