Author: manolo
Date: 2012-05-17 06:10:08 -0700 (Thu, 17 May 2012)
New Revision: 9513
Log:
Corrected comments within fltk3::event_inside(const fltk3::Widget *o)

Modified:
   branches/branch-3.0/src/fltk3/run.cxx

Modified: branches/branch-3.0/src/fltk3/run.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/run.cxx       2012-05-17 12:57:14 UTC (rev 
9512)
+++ branches/branch-3.0/src/fltk3/run.cxx       2012-05-17 13:10:08 UTC (rev 
9513)
@@ -216,7 +216,7 @@
     \return            non-zero, if mouse event is inside the widget
 */
 int fltk3::event_inside(const fltk3::Widget *o) {
-  // here r is relative to its enclosing group,
+  // here the coordinates of o are relative to its enclosing group,
   // and e_x, e_y are relative to e_widget.
   int dx = e_x, dy = e_y;
   Group* g = o->parent();

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

Reply via email to