diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-18 08:53:19 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-18 08:53:19 +0200 |
| commit | f927a3047c84be70387c0292f93d02aeb357f304 (patch) | |
| tree | 3cdd070744d000a2fd68ac39557797436abd9e4d /src/drivers/OpenGL/Fl_OpenGL_Display_Device.H | |
| parent | 5227ee09a3fdd7d555f56cf7c9053dc42638d6cb (diff) | |
Simplify class Fl_OpenGL_Display_Device.
Diffstat (limited to 'src/drivers/OpenGL/Fl_OpenGL_Display_Device.H')
| -rw-r--r-- | src/drivers/OpenGL/Fl_OpenGL_Display_Device.H | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/drivers/OpenGL/Fl_OpenGL_Display_Device.H b/src/drivers/OpenGL/Fl_OpenGL_Display_Device.H index 8e6d1c8bb..2245ee938 100644 --- a/src/drivers/OpenGL/Fl_OpenGL_Display_Device.H +++ b/src/drivers/OpenGL/Fl_OpenGL_Display_Device.H @@ -1,7 +1,7 @@ // // Definition of class Fl_OpenGL_Display_Device for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2016 by Bill Spitzak and others. +// Copyright 2010-2022 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 @@ -17,8 +17,6 @@ #include <FL/Fl_Device.H> class Fl_OpenGL_Graphics_Driver; -class Fl_Gl_Window; -class Fl_RGB_Image; /** OpenGL Surface. @@ -28,5 +26,4 @@ class FL_EXPORT Fl_OpenGL_Display_Device : public Fl_Surface_Device { Fl_OpenGL_Display_Device(Fl_OpenGL_Graphics_Driver *graphics_driver); public: static Fl_OpenGL_Display_Device *display_device(); - static Fl_RGB_Image* capture_gl_rectangle(Fl_Gl_Window*, int, int, int, int); }; |
