diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-08-15 21:18:27 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-08-15 21:18:27 +0000 |
| commit | b6b746cd69e8ab7a55e7559c94cb14cff85316df (patch) | |
| tree | 059b92c753427a09d75bc7b9c8744eab0dc82c8f /src/Fl_mac.cxx | |
| parent | e63c50b2d163bf0d8e110b2f3711d1b74490c483 (diff) | |
Replaced badly named type Fl_FontSize with Fl_Font_Descriptor. This type is only used in the core files and not available to the user.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6162 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_mac.cxx')
| -rw-r--r-- | src/Fl_mac.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index 2019f0f66..97017ea57 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -2192,8 +2192,8 @@ void Fl_Window::make_current() // helper function to manage the current CGContext fl_gc #ifdef __APPLE_QUARTZ__ extern Fl_Color fl_color_; -extern class Fl_FontSize *fl_fontsize; -extern void fl_font(class Fl_FontSize*); +extern class Fl_Font_Descriptor *fl_fontsize; +extern void fl_font(class Fl_Font_Descriptor*); extern void fl_quartz_restore_line_style_(); // FLTK has only one global graphics state. This function copies the FLTK state into the |
