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_Copy_Surface.H | 2 +-
FL/Fl_Device.H | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H
index 9fb5021c7..593d13a69 100644
--- a/FL/Fl_Copy_Surface.H
+++ b/FL/Fl_Copy_Surface.H
@@ -27,7 +27,7 @@
will be recorded in the clipboard. It's possible to draw widgets (using Fl_Copy_Surface::draw()
) or to use any of the \ref fl_drawings or the \ref fl_attributes.
Finally, delete the Fl_Copy_Surface object to load the clipboard with the graphical data.
-
Fl_GL_Window 's can be copied to the clipboard as well.
+
Fl_Gl_Window 's can be copied to the clipboard as well.
Usage example:
\code
Fl_Widget *g = ...; // a widget you want to copy to the clipboard
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()).