summaryrefslogtreecommitdiff
path: root/x11-wm/scwm/files/patch-ai
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:57:56 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:57:56 +0000
commitbebd89314e57ff34ea47724c5605a0f32c425dcf (patch)
treed991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /x11-wm/scwm/files/patch-ai
parentImplment WANT_GTK. (diff)
Implement WANT_IMLIB and USE_IMLIB.
Diffstat (limited to 'x11-wm/scwm/files/patch-ai')
-rw-r--r--x11-wm/scwm/files/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/scwm/files/patch-ai b/x11-wm/scwm/files/patch-ai
new file mode 100644
index 000000000000..ca808d36a20e
--- /dev/null
+++ b/x11-wm/scwm/files/patch-ai
@@ -0,0 +1,11 @@
+--- src/callbacks.h.orig Wed Sep 13 01:06:11 2000
++++ src/callbacks.h Wed Sep 13 01:03:16 2000
+@@ -32,7 +32,7 @@
+ #endif
+
+ #ifdef HAVE_SCM_MAKE_HOOK
+-#define SCWM_MAKE_HOOK(name,args) scm_permanent_object(scm_make_named_hook((name),(args)))
++#define SCWM_MAKE_HOOK(name,args) scm_permanent_object(scm_create_hook((name),(args)))
+ #else
+ #define SCWM_MAKE_HOOK(name,args) SCM_EOL
+ #endif