Author: greg.ercolano
Date: 2012-07-25 17:40:37 -0700 (Wed, 25 Jul 2012)
New Revision: 9645
Log:
Doc fixes for resize() and fullscreen_off():
added variable names to prototypes so doxygen will doc them properly.



Modified:
   branches/branch-1.3/FL/Fl_Window.H

Modified: branches/branch-1.3/FL/Fl_Window.H
===================================================================
--- branches/branch-1.3/FL/Fl_Window.H  2012-07-26 00:30:25 UTC (rev 9644)
+++ branches/branch-1.3/FL/Fl_Window.H  2012-07-26 00:40:37 UTC (rev 9645)
@@ -185,7 +185,7 @@
     dimensions. It is up to the application developer to verify window 
     parameters after the resize request.
   */
-  virtual void resize(int,int,int,int);
+  virtual void resize(int X,int Y,int W,int H);
   /**
     Sets whether or not the window manager border is around the
     window.  The default value is true. void border(int) can be
@@ -419,7 +419,7 @@
     Turns off any side effects of fullscreen() and does 
     resize(x,y,w,h).
   */
-  void fullscreen_off(int,int,int,int);
+  void fullscreen_off(int X,int Y,int W,int H);
   /**
     Returns non zero if FULLSCREEN flag is set, 0 otherwise. 
   */

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

Reply via email to