diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-08-15 21:11:21 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-08-15 21:11:21 +0000 |
| commit | e63c50b2d163bf0d8e110b2f3711d1b74490c483 (patch) | |
| tree | a0c95aa22b79173d5a9ac1f6622c5952d5c23ffd /src/fl_font_mac.cxx | |
| parent | 3d6201a610acd8f0a83b2e985370d455cff57735 (diff) | |
Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_font_mac.cxx')
| -rw-r--r-- | src/fl_font_mac.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fl_font_mac.cxx b/src/fl_font_mac.cxx index 3c1151199..e58a872cb 100644 --- a/src/fl_font_mac.cxx +++ b/src/fl_font_mac.cxx @@ -27,7 +27,7 @@ #include <config.h> -Fl_FontSize::Fl_FontSize(const char* name, Fl_Font_Size Size) { +Fl_FontSize::Fl_FontSize(const char* name, Fl_Fontsize Size) { next = 0; # if HAVE_GL listbase = 0; @@ -245,7 +245,7 @@ void fl_font(Fl_FontSize* s) { #endif } -static Fl_FontSize* find(Fl_Font fnum, Fl_Font_Size size) { +static Fl_FontSize* find(Fl_Font fnum, Fl_Fontsize size) { Fl_Fontdesc* s = fl_fonts+fnum; if (!s->name) s = fl_fonts; // use 0 if fnum undefined Fl_FontSize* f; @@ -261,9 +261,9 @@ static Fl_FontSize* find(Fl_Font fnum, Fl_Font_Size size) { // Public interface: Fl_Font fl_font_ = 0; -Fl_Font_Size fl_size_ = 0; +Fl_Fontsize fl_size_ = 0; -void fl_font(Fl_Font fnum, Fl_Font_Size size) { +void fl_font(Fl_Font fnum, Fl_Fontsize size) { if (fnum==-1) { fl_font_ = 0; fl_size_ = 0; |
