mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user