diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 11:52:21 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 11:52:21 +0100 |
| commit | 868ab9696fb51628afac1ea10f7df6a27907a089 (patch) | |
| tree | 921ca16bea3f59a4e64c67c268936e0dbc112ad3 /src/Fl_Device.cxx | |
| parent | b055b82eb26738cd2170309ce476d9f1451204c0 (diff) | |
Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver
Diffstat (limited to 'src/Fl_Device.cxx')
| -rw-r--r-- | src/Fl_Device.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index dd24d97bf..a6f9173a7 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -1,7 +1,7 @@ // // implementation of classes Fl_Surface_Device and Fl_Display_Device 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 @@ -57,11 +57,11 @@ +- Fl_Xlib_Graphics_Driver: X11-specific graphics driver +- Fl_GDI_Graphics_Driver: Windows-specific graphics driver +- Fl_GDI_Printer_Graphics_Driver: re-implements a few member functions especially for output to printer - +- Fl_Cairo_Graphics_Driver: for X11+Pango (PostScript) and Wayland platforms + +- Fl_Cairo_Graphics_Driver: full FLTK drawing API based on Cairo and Pango +- Fl_Wayland_Graphics_Driver: Wayland-specific graphics driver - +- Fl_Display_Cairo_Graphics_Driver: used by X11 leg of hybrid Wayland/X11 platform + +- Fl_X11_Cairo_Graphics_Driver: used by X11 leg of hybrid Wayland/X11 platform +- Fl_PostScript_Graphics_Driver: for PostScript drawing with X11+Pango platform - +- Fl_OpenGL_Graphics_Driver: draw to an Fl_Gl_Window (only partial implementation) + +- Fl_OpenGL_Graphics_Driver: draw to an Fl_Gl_Window */ |
