From bcc6de53322fc53bf99885f352fd6229d7e713d1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:07:31 +0100 Subject: [PATCH] Improve the documentation of class Fl_Display_device --- FL/Fl_Device.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 940ada1fc..93de0b4f9 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -97,8 +97,9 @@ public: }; /** - A display to which the computer can draw. - When the program begins running, an object of class Fl_Display_Device has been created and made the current drawing surface. + The computer's display. + When FLTK begins to access the computer's display, it creates an object of class Fl_Display_Device and makes + it the current drawing surface. */ class FL_EXPORT Fl_Display_Device : public Fl_Surface_Device { Fl_Display_Device(Fl_Graphics_Driver *graphics_driver);