summaryrefslogtreecommitdiff
path: root/cad/gwave/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gwave/patches/patch-af')
-rw-r--r--cad/gwave/patches/patch-af55
1 files changed, 55 insertions, 0 deletions
diff --git a/cad/gwave/patches/patch-af b/cad/gwave/patches/patch-af
new file mode 100644
index 00000000000..a471d74bca1
--- /dev/null
+++ b/cad/gwave/patches/patch-af
@@ -0,0 +1,55 @@
+$NetBSD: patch-af,v 1.1 2003/11/05 22:31:43 dmcmahill Exp $
+
+--- src/event.c.orig 2002-03-28 01:35:21.000000000 -0500
++++ src/event.c
+@@ -148,11 +148,11 @@ set_all_wp_cursors(int cnum)
+ */
+ XSCM_DEFINE(select_range_x, "select-range-x", 1, 0, 0,
+ (SCM proc),
+-"Prompt the user to select a range of the visible X axis using
+-button 1 of the mouse.
+-When finished, PROC is called with 3 arguments, the
+-WavePanel where the range is located, and the
+-begining and ending X pixel value of the selection.")
++"Prompt the user to select a range of the visible X axis using"
++"button 1 of the mouse. "
++"When finished, PROC is called with 3 arguments, the"
++"WavePanel where the range is located, and the"
++"begining and ending X pixel value of the selection.")
+ #define FUNC_NAME s_select_range_x
+ {
+ VALIDATE_ARG_PROC(1, proc);
+@@ -168,11 +168,11 @@ begining and ending X pixel value of the
+
+ XSCM_DEFINE(select_range_y, "select-range-y", 1, 0, 0,
+ (SCM proc),
+-"Prompt the user to select a range of the visible Y axis using
+-button 1 of the mouse.
+-When finished, PROC is called with 3 arguments, the
+-WavePanel where the range is located, and the
+-begining and ending Y pixel value of the selection.")
++"Prompt the user to select a range of the visible Y axis using"
++"button 1 of the mouse. "
++"When finished, PROC is called with 3 arguments, the"
++"WavePanel where the range is located, and the"
++"begining and ending Y pixel value of the selection.")
+ #define FUNC_NAME s_select_range_y
+ {
+ VALIDATE_ARG_PROC(1, proc);
+@@ -188,11 +188,11 @@ begining and ending Y pixel value of the
+
+ XSCM_DEFINE(select_range_xy, "select-range-xy", 1, 0, 0,
+ (SCM proc),
+-"Prompt the user to select a region of the
+-visible XY plane using button 1 of the mouse.
+-When finished, PROC is called with 5 arguments, the
+-WavePanel where the range is located, and the
+-begining and ending X and Y pixel values of the selection.")
++"Prompt the user to select a region of the "
++"visible XY plane using button 1 of the mouse. "
++"When finished, PROC is called with 5 arguments, the"
++"WavePanel where the range is located, and the"
++"begining and ending X and Y pixel values of the selection.")
+ #define FUNC_NAME s_select_range_xy
+ {
+ VALIDATE_ARG_PROC(1, proc);