From b870f2a1e8fcb956ce316e6a600d7d0625604830 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 29 Dec 2024 23:51:07 +1300 Subject: Revised FLTK.Devices.Surface subhierarchy --- progress.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'progress.txt') diff --git a/progress.txt b/progress.txt index 73518ac..66f63d4 100644 --- a/progress.txt +++ b/progress.txt @@ -147,6 +147,20 @@ Fl_Tree Fl_Xlib_Graphics_Driver +Doesn't need an internal Graphics_Driver: + +Fl_Surface_Device (is supplied a driver by constructor) +Fl_Display_Device (is supplied a driver by constructor) +Fl_Image_Surface (doesn't start with a driver) +Fl_Paged_Device (doesn't start with a driver) + +Needs an internal Graphics_Driver'Class: + +Fl_Copy_Surface (via internal Quartz/GDI/Xlib surface) +Fl_Printer (via internal Fl_System_Printer (win/mac) or Fl_PostScript_Printer (linux)) +Fl_PostScript_File_Device (internal Fl_PostScript_Graphics_Driver) + + Never: -- cgit