e4b8424f33
- Fix build on 4.x - Add patches to build on 5.x from edwin Note this does not build on 5.x, my C++ fu is not good enough to overcome iterator usage in admin.cc. Patches are welcomed. PR: ports/47862 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
10 lines
332 B
C++
10 lines
332 B
C++
--- Fl_NSlider.cc.orig Mon Feb 3 02:17:30 2003
|
|
+++ Fl_NSlider.cc Mon Feb 3 02:16:37 2003
|
|
@@ -9,6 +9,7 @@
|
|
* provided "as is" without express or implied warranty.
|
|
*/
|
|
#include <FL/Fl_NSlider.H>
|
|
+#include <FL/Fl_Group.H>
|
|
|
|
static uchar isHoz = 0; //for image draw setup
|
|
static uchar r1, g1, b1; //for color ramp
|