diff options
| -rw-r--r-- | src/Fl_Device.cxx | 4 |
1 files 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 <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. |
