]> git.pld-linux.org Git - packages/genius.git/commitdiff
- fix building with gcc-3.4
authorgrzegol <grzegol@pld-linux.org>
Thu, 12 Aug 2004 22:54:41 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    genius-gcc34.patch -> 1.1

genius-gcc34.patch [new file with mode: 0644]

diff --git a/genius-gcc34.patch b/genius-gcc34.patch
new file mode 100644 (file)
index 0000000..87069cb
--- /dev/null
@@ -0,0 +1,16 @@
+diff -urN aa/genius-0.7.0/gtkextra/gtkplot3d.h genius-0.7.0/gtkextra/gtkplot3d.h
+--- aa/genius-0.7.0/gtkextra/gtkplot3d.h       2004-08-04 17:29:47.000000000 +0200
++++ genius-0.7.0/gtkextra/gtkplot3d.h  2004-08-13 00:40:28.190260936 +0200
+@@ -235,10 +235,10 @@
+                                                  gint offset);
+ gint          gtk_plot3d_get_titles_offset    (GtkPlot3D *plot);
+ void            gtk_plot3d_axis_set_scale       (GtkPlot3D *plot,
+-                                                 GtkPlotAxisPos axis,
++                                                 GtkPlotOrientation axis,
+                                                  GtkPlotScale scale);
+ GtkPlotScale    gtk_plot3d_axis_get_scale       (GtkPlot3D *plot,
+-                                                 GtkPlotAxisPos axis);
++                                                 GtkPlotOrientation axis);
+ /* Grids */
+ void            gtk_plot3d_major_grids_set_visible    (GtkPlot3D *plot,
+                                                      gboolean x,
This page took 0.056694 seconds and 4 git commands to generate.