From 824818303ce41a57de3220375bc42b6433cbec0c Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 17 Sep 2023 09:00:48 +0200 Subject: Restore Doxygen doc of fl_graphics_driver --- src/Fl_Graphics_Driver.cxx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 121501d1f..397b5580f 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -1,7 +1,7 @@ // // Fl_Graphics_Driver class for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2022 by Bill Spitzak and others. +// Copyright 2010-2023 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -14,24 +14,26 @@ // https://www.fltk.org/bugs.php // +/** \file Fl_Graphics_Driver.cxx +\brief Implementation of class Fl_Graphics_Driver. +*/ + +#include +/** Points to the driver that currently receives all graphics requests */ +FL_EXPORT Fl_Graphics_Driver *fl_graphics_driver; + /** \cond DriverDev \addtogroup DriverDeveloper \{ */ -#include -#include -#include #include "Fl_Screen_Driver.H" -#include -#include #include -#include -#include +#include // for fabs(), sqrt() +#include // for fl_open_display() #include -FL_EXPORT Fl_Graphics_Driver *fl_graphics_driver; // the current driver of graphics operations const Fl_Graphics_Driver::matrix Fl_Graphics_Driver::m0 = {1, 0, 0, 1, 0, 0}; -- cgit v1.2.3