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/Fl_Device.cxx | |
| parent | 5227ee09a3fdd7d555f56cf7c9053dc42638d6cb (diff) | |
Simplify class Fl_OpenGL_Display_Device.
Diffstat (limited to 'src/Fl_Device.cxx')
| -rw-r--r-- | src/Fl_Device.cxx | 1 |
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) |
