diff options
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index be5dbe433..88d142399 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -1,8 +1,8 @@ // -// Definition of classes Fl_Graphics_Driver, Fl_Surface_Device, Fl_Display_Device -// for the Fast Light Tool Kit (FLTK). +// Declaration of classes Fl_Graphics_Driver, Fl_Scalable_Graphics_Driver, +// and Fl_Font_Descriptor for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2018 by Bill Spitzak and others. +// Copyright 2010-2021 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 @@ -22,7 +22,7 @@ */ /** \file Fl_Graphics_Driver.H - \brief declaration of class Fl_Graphics_Driver. + \brief Declaration of class Fl_Graphics_Driver. */ #ifndef FL_GRAPHICS_DRIVER_H |
