From 83ba44b53797fc7f5962036db3a2cf1593fbcb0e Mon Sep 17 00:00:00 2001 From: grzegol Date: Thu, 12 Aug 2004 22:54:41 +0000 Subject: [PATCH] - fix building with gcc-3.4 Changed files: genius-gcc34.patch -> 1.1 --- genius-gcc34.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 genius-gcc34.patch diff --git a/genius-gcc34.patch b/genius-gcc34.patch new file mode 100644 index 0000000..87069cb --- /dev/null +++ b/genius-gcc34.patch @@ -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, -- 2.43.0