diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-05-09 09:51:36 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-05-09 09:51:36 +0200 |
| commit | 043bac6f8d01e84881dcf90411bca931afd228ca (patch) | |
| tree | 0734797d47a57d41fa212ba7a5b66cfc0915df84 /src/drivers/Quartz/Fl_Font.H | |
| parent | bcf51371d24283951948470e5ab62ea89e725dbd (diff) | |
Remove declaration of Fl_Scalable_Graphics_Driver from FL/Fl_Graphics_Driver.H
and declare it in non-public header src/Fl_Scalable_Graphics_Driver.H which also
declares classes Fl_Font_Descriptor and Fl_Fontdesc.
Diffstat (limited to 'src/drivers/Quartz/Fl_Font.H')
| -rw-r--r-- | src/drivers/Quartz/Fl_Font.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Quartz/Fl_Font.H b/src/drivers/Quartz/Fl_Font.H index be571ece1..c700568a2 100644 --- a/src/drivers/Quartz/Fl_Font.H +++ b/src/drivers/Quartz/Fl_Font.H @@ -24,6 +24,7 @@ #include <config.h> #include "Fl_Quartz_Graphics_Driver.H" +#include "../../Fl_Scalable_Graphics_Driver.H" // Fl_Font_Descriptor #include <ApplicationServices/ApplicationServices.h> class Fl_Quartz_Font_Descriptor : public Fl_Font_Descriptor { |
