aboutsummaryrefslogtreecommitdiff
path: root/graphics/enfle/files
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-12-05 06:39:12 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-12-05 06:39:12 +0000
commit1b86b7e75aa1900dbad69fa427bae93b5a94ae14 (patch)
tree185aadc96fffa9bc1fed4c50cfc97e7446b7fa5b /graphics/enfle/files
parent7d1e48e00707a173a30e56cdf4f8e7239166805d (diff)
downloadports-1b86b7e75aa1900dbad69fa427bae93b5a94ae14.tar.gz
ports-1b86b7e75aa1900dbad69fa427bae93b5a94ae14.zip
Notes
Diffstat (limited to 'graphics/enfle/files')
-rw-r--r--graphics/enfle/files/patch-browseaction.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/enfle/files/patch-browseaction.h b/graphics/enfle/files/patch-browseaction.h
new file mode 100644
index 000000000000..039ff5a47220
--- /dev/null
+++ b/graphics/enfle/files/patch-browseaction.h
@@ -0,0 +1,11 @@
+--- browseaction.h.orig Wed Jun 28 03:19:49 2000
++++ browseaction.h Fri Dec 5 15:35:56 2003
+@@ -29,7 +29,7 @@
+
+ int browseaction_initialize(Hash *);
+
+-#define DECLARE_BROWSEACTION(name) Event browseaction_ ## name ## (Info *, Binfo *, Image *, Dlist_data *)
++#define DECLARE_BROWSEACTION(name) Event browseaction_ ## name (Info *, Binfo *, Image *, Dlist_data *)
+ DECLARE_BROWSEACTION(delete);
+ DECLARE_BROWSEACTION(quit);
+ DECLARE_BROWSEACTION(flip_vertical);