diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-09 11:16:36 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-09 11:16:36 +0200 |
| commit | bb7e1635adb15d685a94e96b015d4bfd09cf2f05 (patch) | |
| tree | bf50398b7e8a3068e8c75ae6615676d3ca46b840 /src/Fl_Graphics_Driver.cxx | |
| parent | d1436f4f63c0c788d25065a4ce108cedb82ae866 (diff) | |
macOS: remove a bunch of deprecation warnings
Diffstat (limited to 'src/Fl_Graphics_Driver.cxx')
| -rw-r--r-- | src/Fl_Graphics_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 397b5580f..d4cc91f13 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -17,7 +17,7 @@ /** \file Fl_Graphics_Driver.cxx \brief Implementation of class Fl_Graphics_Driver. */ - +#include <config.h> // for HAVE_GL #include <FL/Fl_Graphics_Driver.H> /** Points to the driver that currently receives all graphics requests */ FL_EXPORT Fl_Graphics_Driver *fl_graphics_driver; |
