From 52f4aa55468b3dbd8c9d2da32bc9d7a4726ad233 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 14 Apr 2019 19:07:14 +0200 Subject: Doxygen doc: rewording for more clarity. --- FL/Fl_Device.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/Fl_Device.H') diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index daf0ec63d..033aa7523 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -45,7 +45,8 @@ class Fl_Widget; current drawing surface (not necessary with class Fl_Printer because it is done by Fl_Printer::begin_job()).
  • At this point all of the \ref fl_drawings (e.g., fl_rect()) or the \ref fl_attributes or \ref drawing_images functions (e.g., fl_draw_image(), Fl_Image::draw()) operate on the new current drawing surface. - Certain drawing surfaces allow additional ways to draw to them (e.g., Fl_Printer::print_widget(), Fl_Image_Surface::draw()). + Drawing surfaces from Fl_Widget_Surface derived classes allow additional ways + to draw to them (e.g., Fl_Printer::print_widget(), Fl_Image_Surface::draw()).
  • After all drawing requests have been performed, redirect graphics requests back to their previous destination with \c Fl_Surface_Device::pop_current();.
  • Delete \c surface. -- cgit v1.2.3