From c8ca93de715a567840f9d08428cf6558c6140d86 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 10 Jan 2016 19:29:54 +0000 Subject: 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 --- src/Fl_Copy_Surface.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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); -- cgit v1.2.3