diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-13 13:32:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-13 13:32:27 +0000 |
commit | 47aaab6ded97a0b0fd9da2917813d4c57e8534a8 (patch) | |
tree | 4dd1d78f8a6d0e49fcb5595643a8f2129456fde1 /audio/xwave/files/patch-as | |
parent | Install texi2dvi which is required by texi2pdf. (diff) |
- Update to version 2v2
PR: 19759
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=30577
Diffstat (limited to 'audio/xwave/files/patch-as')
-rw-r--r-- | audio/xwave/files/patch-as | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xwave/files/patch-as b/audio/xwave/files/patch-as new file mode 100644 index 000000000000..111c5802e7d1 --- /dev/null +++ b/audio/xwave/files/patch-as @@ -0,0 +1,19 @@ +--- src/edit.c.orig Mon Nov 9 08:22:55 1998 ++++ src/edit.c Fri Jun 30 20:48:28 2000 +@@ -54,6 +54,7 @@ + extern bool button_2; + + /* these conversion routines are also in graphics.c */ ++/* Commented out. M. Kraft 2000-06-28 + int mg_sel_leftsample(float step,int x) + { + return(ceil(step*x-0.5)); +@@ -73,7 +74,7 @@ + { + return((int)(((float)x+0.5)/step)); + } +- ++*/ + + void begin_up(Widget w, XtPointer client_data, XtPointer call_data) + { |