diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-01 18:02:05 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-01 18:02:05 +0000 |
commit | 4c2fa9034c35fed6504f94ef2ceb86ed99483436 (patch) | |
tree | 5b6ec3e2829919478f84b8484b3e3bfb895b70bd /audio/spiralloops/files/patch-Fl_LED_Button.H | |
parent | * Update to 4.2.43 (diff) |
patches to enable compilation with fltk 1.1.2 (tested by their
author, not by me)
Submitted by: Stephen Paskaluk
Notes
Notes:
svn path=/head/; revision=76705
Diffstat (limited to 'audio/spiralloops/files/patch-Fl_LED_Button.H')
-rw-r--r-- | audio/spiralloops/files/patch-Fl_LED_Button.H | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-Fl_LED_Button.H b/audio/spiralloops/files/patch-Fl_LED_Button.H new file mode 100644 index 000000000000..45884959a35b --- /dev/null +++ b/audio/spiralloops/files/patch-Fl_LED_Button.H @@ -0,0 +1,12 @@ +patch by Stephen Paskaluk to enable compilation with fltk 1.1.2 + +--- GUI/Widgets/Fl_LED_Button.H.orig Thu Apr 19 16:48:11 2001 ++++ GUI/Widgets/Fl_LED_Button.H Sat Mar 1 12:39:19 2003 +@@ -4,6 +4,7 @@ + #define Fl_LED_Button_H + #include <FL/Fl.H> + #include <FL/Fl_Light_Button.H> ++#include <FL/Fl_Group.H> + + class Fl_LED_Button : public Fl_Light_Button { + public: |