diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Gl_Window.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Help_View.H | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index fe2b17ac3..8506359a2 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -178,7 +178,7 @@ public: and at least one of these conditions applies: - the program runs on the macOS platform; - the Fl_Gl_Window has child widgets. - + See more details in \ref opengl3. \version the <tt>FL_OPENGL3</tt> flag appeared in version 1.3.4 diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index b6b21cc97..2c73926c0 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -388,7 +388,7 @@ public: // Check if the user selected text in this view. int text_selected(); - + // If text is selected in this view, copy it to a clipboard. int copy(int clipboard=1); }; |
