summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-09 18:47:55 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-09 18:47:55 +0100
commit36ef15963a7d90800d02110bdcf731f03659c1a6 (patch)
tree91258ac7f2266d73aca172ece2053142677c4961
parenteb2572deaf06548671059de59351eaff13e92a6e (diff)
Comment only: put Fl_Display_Cairo_Graphics_Driver in class hierarchy
-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 e3ccca9d6..dd24d97bf 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -59,6 +59,7 @@
+- 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_Wayland_Graphics_Driver: Wayland-specific graphics driver
+ +- Fl_Display_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)