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/gl_draw.cxx | |
| 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/gl_draw.cxx')
| -rw-r--r-- | src/gl_draw.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 367990da5..ae0dc94db 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -40,6 +40,7 @@ #include <FL/math.h> // for ceil() #include "Fl_Gl_Window_Driver.H" #include <FL/Fl_Image_Surface.H> +#include "Fl_Scalable_Graphics_Driver.H" // Fl_Font_Descriptor #if HAVE_GL_GLU_H # include <FL/glu.h> // for gluUnProject() #endif |
