summaryrefslogtreecommitdiff
path: root/FL/Fl_Menu_.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Menu_.H')
-rw-r--r--FL/Fl_Menu_.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H
index eeba5b1f2..04cd4519b 100644
--- a/FL/Fl_Menu_.H
+++ b/FL/Fl_Menu_.H
@@ -43,7 +43,7 @@ protected:
uchar alloc;
uchar down_box_;
Fl_Font textfont_;
- Fl_Font_Size textsize_;
+ Fl_Fontsize textsize_;
unsigned textcolor_;
public:
@@ -82,8 +82,8 @@ public:
Fl_Font textfont() const {return textfont_;}
void textfont(Fl_Font c) {textfont_=c;}
- Fl_Font_Size textsize() const {return textsize_;}
- void textsize(Fl_Font_Size c) {textsize_=c;}
+ Fl_Fontsize textsize() const {return textsize_;}
+ void textsize(Fl_Fontsize c) {textsize_=c;}
Fl_Color textcolor() const {return (Fl_Color)textcolor_;}
void textcolor(unsigned c) {textcolor_=c;}