aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-01 05:44:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-01 05:44:55 +0000
commit653440227ae5a738cc070970264d9c24655ef2b1 (patch)
tree97880c90445f9dc6ee58d9c382503573eacc0f25
parent3e37ff826cbc4df4d13cebe83f0e79df058a6ec3 (diff)
downloadports-653440227ae5a738cc070970264d9c24655ef2b1.tar.gz
ports-653440227ae5a738cc070970264d9c24655ef2b1.zip
Notes
-rw-r--r--x11-toolkits/gnome--/files/patch-src_procbar.gen_h20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/gnome--/files/patch-src_procbar.gen_h b/x11-toolkits/gnome--/files/patch-src_procbar.gen_h
new file mode 100644
index 000000000000..033856c4b0f1
--- /dev/null
+++ b/x11-toolkits/gnome--/files/patch-src_procbar.gen_h
@@ -0,0 +1,20 @@
+--- src/procbar.gen_h.orig Tue Apr 30 15:52:13 2002
++++ src/procbar.gen_h Tue Apr 30 15:52:25 2002
+@@ -42,7 +42,7 @@
+
+ ProcBar(const Gtk::Label &label,
+ const vector<Gdk_Color*> &colors,
+- gint (*cb)());
++ gint (*cb)(void *));
+
+ void set_values (const vector<unsigned> &values);
+
+@@ -72,7 +72,7 @@
+
+ ProcBar::ProcBar(const Gtk::Label &label,
+ const vector<Gdk_Color*> &colors,
+- gint (*cb)())
++ gint (*cb)(void *))
+ : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))),
+ colors_(0)
+ {