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
This commit is contained in:
Manolo Gouy
2016-01-10 19:29:54 +00:00
parent eeb65bef23
commit c8ca93de71
+6
View File
@@ -217,6 +217,12 @@ void Fl_Copy_Surface::prepare_copy_pdf_and_tiff(int w, int h)
#endif // __APPLE__ #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) 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); helper->draw_decorated_window(win, delta_x, delta_y);