FLTK logo

[Library] r7362 - branches/branch-1.3/src

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r7362 - branches/branch-1.3/src fltk-dev Mar 30, 2010  
 
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.

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.