diff options
Diffstat (limited to 'audio/spiralsynth/patches/patch-ah')
-rw-r--r-- | audio/spiralsynth/patches/patch-ah | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/spiralsynth/patches/patch-ah b/audio/spiralsynth/patches/patch-ah index 079f184b621..e4c74e53f16 100644 --- a/audio/spiralsynth/patches/patch-ah +++ b/audio/spiralsynth/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.1 2003/12/19 16:48:06 ben Exp $ +$NetBSD: patch-ah,v 1.2 2004/02/15 06:00:57 ben Exp $ --- GUI/Widgets/Fl_Knob.cxx.orig 2000-09-11 12:52:03.000000000 -0700 +++ GUI/Widgets/Fl_Knob.cxx @@ -11,3 +11,12 @@ $NetBSD: patch-ah,v 1.1 2003/12/19 16:48:06 ben Exp $ a1 = 35; a2 = 325; _type = DOTLIN; +@@ -40,7 +40,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); |