pkgsrc/audio/spiralsynth/patches/patch-ah
ben 60531e216e Update SpiralSynth to version 2.0.0. Notable changes include:
* Totally replaced audio core code with SSM plugin code,
	modified for static linking.
* Uses 32bit floating point format internally.
* New midi device handling.
* New OSS output code.
* New funky sliders.
* Updated for fltk 1.1.0
2004-11-25 17:24:27 +00:00

13 lines
380 B
Text

$NetBSD: patch-ah,v 1.3 2004/11/25 17:24:27 ben Exp $
--- GUI/Widgets/Fl_Knob.cxx.orig Sun Jun 2 03:23:34 2002
+++ GUI/Widgets/Fl_Knob.cxx
@@ -41,7 +41,7 @@ unsigned char rr,gg,bb;
int dam = damage();
if (dam & FL_DAMAGE_ALL)
{
- int col = parent()->color();
+ int col = color();
fl_color(col);
fl_rectf(ox,oy,side,side);
Fl::get_color((Fl_Color)col,rr,gg,bb);