summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-03-30 11:11:53 +0000
committerManolo Gouy <Manolo>2010-03-30 11:11:53 +0000
commitd89581ebc646ff0aebf6022a6d9d9f28458dfccd (patch)
tree4655ffb69d51c352578d368b6839224891ae1149 /src/Fl_Device.cxx
parentd46811acc29304d68a66eb4c49b2d9d6f998f1e3 (diff)
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
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx4
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.