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
This commit is contained in:
Manolo Gouy 2010-03-30 11:11:53 +00:00
parent d46811acc2
commit d89581ebc6

View File

@ -30,7 +30,7 @@
//#include <FL/fl_draw.H>
#include <FL/Fl_Image.H>
/** \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.