From bebd89314e57ff34ea47724c5605a0f32c425dcf Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Thu, 5 Oct 2000 06:57:56 +0000 Subject: Implement WANT_IMLIB and USE_IMLIB. --- x11-wm/scwm/files/patch-aj | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11-wm/scwm/files/patch-aj (limited to 'x11-wm/scwm/files/patch-aj') diff --git a/x11-wm/scwm/files/patch-aj b/x11-wm/scwm/files/patch-aj new file mode 100644 index 000000000000..8961d82566ab --- /dev/null +++ b/x11-wm/scwm/files/patch-aj @@ -0,0 +1,20 @@ +--- src/scwm-snarf.h.orig Wed Sep 13 01:01:45 2000 ++++ src/scwm-snarf.h Wed Sep 13 01:02:12 2000 +@@ -61,7 +61,7 @@ + + #ifdef HAVE_SCM_MAKE_HOOK + #define SCWM_HOOK(var, name, args, docstring) \ +-%%% do { var = scm_make_named_hook(name,args); } while (0) ++%%% do { var = scm_create_hook(name,args); } while (0) + #else + #define SCWM_HOOK(var, name, args, docstring) \ + %%% do { var = scm_sysintern(name, SCM_EOL); } while (0) +@@ -76,7 +76,7 @@ + + #if HAVE_SCM_MAKE_HOOK + #define SCWM_GLOBAL_HOOK(var, name, args, docstring) \ +-%%% do { var = scm_make_named_hook(name,args); } while (0) ++%%% do { var = scm_create_hook(name,args); } while (0) + #else + #define SCWM_GLOBAL_HOOK(var, name, args, docstring) \ + %%% do { var = scm_sysintern(name, SCM_EOL); } while (0) -- cgit v1.2.3