From b328c1f90257e21f1fa2883dd7f18b22fd61592e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:16:01 +0200 Subject: Wayland.dox: some rephrasing --- src/Fl_Device.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3