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/Fl_Gl_Window.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/Fl_Gl_Window.cxx')
| -rw-r--r-- | src/Fl_Gl_Window.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 3e87a880a..b56bd30f9 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -24,6 +24,7 @@ extern int fl_gl_load_plugin; #include "Fl_Gl_Window_Driver.H" #include "Fl_Window_Driver.H" #include <FL/Fl_Graphics_Driver.H> +#include "Fl_Scalable_Graphics_Driver.H" // Fl_Fontdesc #include <FL/fl_utf8.h> #include "drivers/OpenGL/Fl_OpenGL_Display_Device.H" #include "drivers/OpenGL/Fl_OpenGL_Graphics_Driver.H" |
