summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-09-17 09:00:48 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-09-17 09:00:48 +0200
commit824818303ce41a57de3220375bc42b6433cbec0c (patch)
tree776cc221b925676c5af6cc4e19b9fb137798613b /FL/Fl_Graphics_Driver.H
parent5fa994fcfc88312d15d6a8d6efbffcdd800c5c40 (diff)
Restore Doxygen doc of fl_graphics_driver
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H
index f70af0636..a6136d1e0 100644
--- a/FL/Fl_Graphics_Driver.H
+++ b/FL/Fl_Graphics_Driver.H
@@ -2,7 +2,7 @@
// Declaration of classes Fl_Graphics_Driver, Fl_Scalable_Graphics_Driver,
// and Fl_Font_Descriptor 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
@@ -37,7 +37,6 @@
class Fl_Graphics_Driver;
class Fl_Font_Descriptor;
class Fl_Image_Surface;
-/** \brief Points to the driver that currently receives all graphics requests */
FL_EXPORT extern Fl_Graphics_Driver *fl_graphics_driver;
/**