summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-08-28 10:16:01 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-08-28 10:16:01 +0200
commitb328c1f90257e21f1fa2883dd7f18b22fd61592e (patch)
treee7771892a0449951c24bddaf7dae4009a7fc84e8 /src/Fl_Device.cxx
parentd245a157b6395955f12957b066b61233714733c3 (diff)
Wayland.dox: some rephrasing
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx
index bfd9db063..b6c3f4da0 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -49,14 +49,14 @@
+- Fl_Graphics_Driver -> directed to an Fl_Surface_Device object
|
- +- Fl_PostScript_Graphics_Driver: platform-independent graphics driver for PostScript drawing
+ +- Fl_PostScript_Graphics_Driver: platform-independent graphics driver for PostScript/EPS drawing
+- Fl_SVG_Graphics_Driver: platform-independent graphics driver for Scalable Vector Graphics drawing
+- Fl_Quartz_Graphics_Driver: platform-specific graphics driver (MacOS)
+- Fl_Quartz_Printer_Graphics_Driver: MacOS-specific, for drawing to printers
+- Fl_Scalable_Graphics_Driver: helper class to support GUI scaling
+- 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_GDI_Printer_Graphics_Driver: overrides a few member functions especially for output to printer
+- Fl_Cairo_Graphics_Driver: full FLTK drawing API based on Cairo and Pango
+- Fl_Wayland_Graphics_Driver: Wayland-specific graphics driver
+- Fl_X11_Cairo_Graphics_Driver: used by X11 leg of hybrid Wayland/X11 platform