]> git.pld-linux.org Git - packages/genius.git/blob - genius-gcc34.patch
- fix building with gcc-3.4
[packages/genius.git] / genius-gcc34.patch
1 diff -urN aa/genius-0.7.0/gtkextra/gtkplot3d.h genius-0.7.0/gtkextra/gtkplot3d.h
2 --- aa/genius-0.7.0/gtkextra/gtkplot3d.h        2004-08-04 17:29:47.000000000 +0200
3 +++ genius-0.7.0/gtkextra/gtkplot3d.h   2004-08-13 00:40:28.190260936 +0200
4 @@ -235,10 +235,10 @@
5                                                   gint offset);
6  gint           gtk_plot3d_get_titles_offset    (GtkPlot3D *plot);
7  void            gtk_plot3d_axis_set_scale       (GtkPlot3D *plot,
8 -                                                 GtkPlotAxisPos axis,
9 +                                                 GtkPlotOrientation axis,
10                                                   GtkPlotScale scale);
11  GtkPlotScale    gtk_plot3d_axis_get_scale       (GtkPlot3D *plot,
12 -                                                 GtkPlotAxisPos axis);
13 +                                                 GtkPlotOrientation axis);
14  /* Grids */
15  void            gtk_plot3d_major_grids_set_visible    (GtkPlot3D *plot,
16                                                        gboolean x,
This page took 0.028853 seconds and 3 git commands to generate.