summaryrefslogtreecommitdiff
path: root/src/Fl_Copy_Surface.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-01-10 19:29:54 +0000
committerManolo Gouy <Manolo>2016-01-10 19:29:54 +0000
commitc8ca93de715a567840f9d08428cf6558c6140d86 (patch)
tree9c9dc4700bb0e0485e28bb2d836bb08e8289faaa /src/Fl_Copy_Surface.cxx
parenteeb65bef23b2d269ea38474c04a55ffca5c6e63e (diff)
Transferred required Doxygen description of a method.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11003 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Copy_Surface.cxx')
-rw-r--r--src/Fl_Copy_Surface.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx
index a0b942b67..53fcc1460 100644
--- a/src/Fl_Copy_Surface.cxx
+++ b/src/Fl_Copy_Surface.cxx
@@ -217,6 +217,12 @@ void Fl_Copy_Surface::prepare_copy_pdf_and_tiff(int w, int h)
#endif // __APPLE__
+
+/** Copies a window and its borders and title bar to the clipboard.
+ \param win an FLTK window to copy
+ \param delta_x and \param delta_y give
+ the position in the clipboard of the top-left corner of the window's title bar
+*/
void Fl_Copy_Surface::draw_decorated_window(Fl_Window* win, int delta_x, int delta_y)
{
helper->draw_decorated_window(win, delta_x, delta_y);