diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-22 20:45:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-22 20:45:23 +0000 |
commit | 3669e498c3fa415d7eb06668a12f2c8326786117 (patch) | |
tree | 42d4e701cbb9cef20a08c8908a34017f4a9336f1 /audio/spiralloops/files/patch-Fl_LED_Button.cxx | |
parent | Unbreak: make fetchable. (diff) |
- Unbreak
PR: ports/105744
Submitted by: trasz
Notes
Notes:
svn path=/head/; revision=177833
Diffstat (limited to 'audio/spiralloops/files/patch-Fl_LED_Button.cxx')
-rw-r--r-- | audio/spiralloops/files/patch-Fl_LED_Button.cxx | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/audio/spiralloops/files/patch-Fl_LED_Button.cxx b/audio/spiralloops/files/patch-Fl_LED_Button.cxx index c240d99767c1..391c9751939a 100644 --- a/audio/spiralloops/files/patch-Fl_LED_Button.cxx +++ b/audio/spiralloops/files/patch-Fl_LED_Button.cxx @@ -1,8 +1,15 @@ -patch by Stephen Paskaluk to enable compilation with fltk 1.1.2 - ---- GUI/Widgets/Fl_LED_Button.cxx.orig Thu Apr 19 16:48:11 2001 -+++ GUI/Widgets/Fl_LED_Button.cxx Sat Mar 1 12:38:27 2003 -@@ -15,7 +15,7 @@ Fl_LED_Button::~Fl_LED_Button() { +--- GUI/Widgets/Fl_LED_Button.cxx.orig Thu Apr 19 22:48:11 2001 ++++ GUI/Widgets/Fl_LED_Button.cxx Wed Nov 22 13:16:40 2006 +@@ -3,7 +3,7 @@ + #include "Fl_LED_Button.H" + #include <FL/fl_draw.H> + +-Fl_LED_Button::Fl_LED_Button(int x, int y, int w, int h, const char* l=0):Fl_Light_Button(x,y,w,h,l) { ++Fl_LED_Button::Fl_LED_Button(int x, int y, int w, int h, const char* l):Fl_Light_Button(x,y,w,h,l) { + box(FL_NO_BOX); + down_box(FL_ROUND_DOWN_BOX); + selection_color(FL_RED); +@@ -15,7 +15,7 @@ void Fl_LED_Button::draw() { uchar r,g,b; |