Author: manolo
Date: 2010-03-30 04:11:53 -0700 (Tue, 30 Mar 2010)
New Revision: 7362
Log:
Fl_Device.cxx: Fixed 2 typos in documentation

Modified:
   branches/branch-1.3/src/Fl_Device.cxx

Modified: branches/branch-1.3/src/Fl_Device.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Device.cxx       2010-03-30 08:18:10 UTC (rev 
7361)
+++ branches/branch-1.3/src/Fl_Device.cxx       2010-03-30 11:11:53 UTC (rev 
7362)
@@ -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 @@
   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.

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to