]> git.pld-linux.org Git - packages/inkscape.git/blob - inkscape-c++.patch
- rel 5
[packages/inkscape.git] / inkscape-c++.patch
1 --- inkscape-0.43/src/libavoid/connector.h~     2005-10-25 08:04:17.000000000 +0200
2 +++ inkscape-0.43/src/libavoid/connector.h      2005-12-11 07:05:45.000000000 +0100
3 @@ -59,7 +59,7 @@
4          bool isInitialised(void);
5          void unInitialise(void);
6          void setCallback(void (*cb)(void *), void *ptr);
7 -        void ConnRef::handleInvalid(void);
8 +        void handleInvalid(void);
9          int generatePath(Point p0, Point p1);
10          void makePathInvalid(void);
11          
12 --- inkscape-0.43/src/ui/dialog/aboutbox.h~     2005-09-05 22:18:41.000000000 +0200
13 +++ inkscape-0.43/src/ui/dialog/aboutbox.h      2005-12-11 07:45:47.000000000 +0100
14 @@ -28,7 +28,7 @@
15  class AboutBoxChild: public Gtk::Dialog
16  {
17  public:
18 -    AboutBoxChild::AboutBoxChild(Gtk::Window& parent, gchar * title)
19 +    AboutBoxChild(Gtk::Window& parent, gchar * title)
20          : Gtk::Dialog(title,parent) {};
21  protected:
22      virtual void         on_response(int response_id);
23 --- inkscape-0.43/src/livarot/Path.h~   2005-11-07 07:04:16.000000000 +0100
24 +++ inkscape-0.43/src/livarot/Path.h    2005-12-11 08:02:28.000000000 +0100
25 @@ -198,7 +198,7 @@
26    cut_position*    CurvilignToPosition(int nbCv,double* cvAbs,int &nbCut);
27    cut_position    PointToCurvilignPosition(NR::Point const &pos) const;
28    //Should this take a cut_position as a param?
29 -  double           Path::PositionToLength(int piece, double t);
30 +  double           PositionToLength(int piece, double t);
31    
32    // caution: not tested on quadratic b-splines, most certainly buggy
33    void             ConvertPositionsToMoveTo(int nbPos,cut_position* poss);
34 --- inkscape-0.43/src/dialogs/tiledialog.h~     2005-05-25 16:07:31.000000000 +0200
35 +++ inkscape-0.43/src/dialogs/tiledialog.h      2005-12-11 08:17:25.000000000 +0100
36 @@ -58,7 +58,7 @@
37      /**
38       * Respond to selection change
39       */
40 -    void TileDialog::updateSelection();
41 +    void updateSelection();
42  
43  
44      /**
45 --- inkscape-0.43/src/extension/internal/ps.h~  2005-09-20 07:51:13.000000000 +0200
46 +++ inkscape-0.43/src/extension/internal/ps.h   2005-12-11 08:47:35.000000000 +0100
47 @@ -36,10 +36,10 @@
48  
49         void print_bpath (SVGOStringStream &os, const NArtBpath *bp);
50  
51 -       void PrintPS::print_fill_style (SVGOStringStream &os, const SPStyle *style, const NRRect *pbox);
52 -       void PrintPS::print_stroke_style (SVGOStringStream &os, const SPStyle *style);
53 +       void print_fill_style (SVGOStringStream &os, const SPStyle *style, const NRRect *pbox);
54 +       void print_stroke_style (SVGOStringStream &os, const SPStyle *style);
55  
56 -       const char* PrintPS::PSFontName (const SPStyle *style);
57 +       const char* PSFontName (const SPStyle *style);
58  
59         unsigned int print_image (FILE *ofp, guchar *px, unsigned int width, unsigned int height, unsigned int rs,
60                                        const NRMatrix *transform);
61 --- inkscape-0.43/src/ui/dialog/align-and-distribute.cpp~       2005-09-20 07:51:16.000000000 +0200
62 +++ inkscape-0.43/src/ui/dialog/align-and-distribute.cpp        2005-12-11 13:02:41.000000000 +0100
63 @@ -954,7 +954,6 @@
64          break;
65  
66      } // end of switch statement
67 -    return NULL;
68  }
69  
70  AlignAndDistribute::AlignTarget AlignAndDistribute::getAlignTarget()const {
This page took 0.035059 seconds and 3 git commands to generate.