summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-18 08:53:19 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-18 08:53:19 +0200
commitf927a3047c84be70387c0292f93d02aeb357f304 (patch)
tree3cdd070744d000a2fd68ac39557797436abd9e4d /src/Fl_Device.cxx
parent5227ee09a3fdd7d555f56cf7c9053dc42638d6cb (diff)
Simplify class Fl_OpenGL_Display_Device.
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx
index c0ca99b57..c4f1dec36 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -24,6 +24,7 @@
+- Fl_Surface_Device: any kind of surface that we can draw onto -> uses an Fl_Graphics_Driver
|
+- Fl_Display_Device: some kind of video device (one object per app)
+ +- Fl_OpenGL_Display_Device: supports adding FLTK child widgets to an Fl_Gl_Window
+- Fl_Widget_Surface: any FLTK widget can be drawn to it
|
+- Fl_Copy_Surface: draw into the clipboard (in vectorial form if the platform supports it)