diff options
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 |
