From 36ef15963a7d90800d02110bdcf731f03659c1a6 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 9 Dec 2022 18:47:55 +0100 Subject: Comment only: put Fl_Display_Cairo_Graphics_Driver in class hierarchy --- src/Fl_Device.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) -- cgit v1.2.3