From d89581ebc646ff0aebf6022a6d9d9f28458dfccd Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 30 Mar 2010 11:11:53 +0000 Subject: Fl_Device.cxx: Fixed 2 typos in documentation git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7362 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Device.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 1fe885928..98a5ad8fa 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -30,7 +30,7 @@ //#include #include -/** \brief Draws an Fl_RGB_Image object to the device. +/** \brief Draws an Fl_Pixmap object to the device. * Specifies a bounding box for the image, with the origin (upper left-hand corner) of the image offset by the cx and cy arguments. @@ -50,7 +50,7 @@ void Fl_Device::draw(Fl_Bitmap *bm,int XP, int YP, int WP, int HP, int cx, int c bm->draw(XP, YP, WP, HP, cx, cy); } -/** \brief Draws an Fl_Pixmap object to the device. +/** \brief Draws an Fl_RGB_Image object to the device. * Specifies a bounding box for the image, with the origin (upper left-hand corner) of the image offset by the cx and cy arguments. -- cgit v1.2.3