diff options
Diffstat (limited to 'FL/Fl_Value_Slider.H')
| -rw-r--r-- | FL/Fl_Value_Slider.H | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/FL/Fl_Value_Slider.H b/FL/Fl_Value_Slider.H index 49a38ddbf..9875dfe08 100644 --- a/FL/Fl_Value_Slider.H +++ b/FL/Fl_Value_Slider.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Value_Slider.H,v 1.5.2.3 2001/01/22 15:13:38 easysw Exp $" +// "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.1 2001/10/29 03:44:31 easysw Exp $" // // Value slider header file for the Fast Light Tool Kit (FLTK). // @@ -29,7 +29,8 @@ #include "Fl_Slider.H" class Fl_Value_Slider : public Fl_Slider { - uchar textfont_, textsize_, textcolor_; + uchar textfont_, textsize_; + unsigned textcolor_; public: FL_EXPORT void draw(); FL_EXPORT int handle(int); @@ -39,11 +40,11 @@ public: uchar textsize() const {return textsize_;} void textsize(uchar s) {textsize_ = s;} Fl_Color textcolor() const {return (Fl_Color)textcolor_;} - void textcolor(uchar s) {textcolor_ = s;} + void textcolor(unsigned s) {textcolor_ = s;} }; #endif // -// End of "$Id: Fl_Value_Slider.H,v 1.5.2.3 2001/01/22 15:13:38 easysw Exp $". +// End of "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.1 2001/10/29 03:44:31 easysw Exp $". // |
