summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-07-23 12:34:42 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-07-24 17:09:30 +0200
commit467866b8299132138df10bbd91ec4f62639ca873 (patch)
tree61b0ce1628895804eee3952b5fd4bbe922c3d5e5
parenta7d00ae558afb7390f249db234a1e83c280365df (diff)
Comment only: add Fl_GDIplus_Graphics_Driver to Fl_Graphics_Driver 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 16a9045bd..86b5e8cdd 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -61,6 +61,7 @@
+- 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_GDIplus_Graphics_Driver: overrides oblique lines, arcs and circles
+- 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