paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgrect.h,1.5.2.2,1.5.2.3


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgrect.h,1.5.2.2,1.5.2.3
Date: Thu, 10 Oct 2002 15:16:22 -0400

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv13820/include

Modified Files:
      Tag: devel-opengl
        pgrect.h 
Log Message:
Updates and bugrepairs;  still outstanding some of OpenGL driver not yet 
operational.  As it sits most of the system works now.


Index: pgrect.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgrect.h,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -C2 -r1.5.2.2 -r1.5.2.3
*** pgrect.h    31 Aug 2002 04:01:22 -0000      1.5.2.2
--- pgrect.h    10 Oct 2002 19:16:19 -0000      1.5.2.3
***************
*** 131,134 ****
--- 131,149 ----
  
        /**
+       Union two rectangles
+       @param  p                                       reference rectangle
+       @param  c                                       rectangle to union with 
reference
+       @return                                         resulting union 
rectangle
+       */
+       static PG_Rect UnionRect(const PG_Rect& p, const PG_Rect& c);
+ 
+       /**
+       Union two rectangles
+       @param  p                                       rectangle to union with
+       @return                                         resulting union 
rectangle
+       */
+       PG_Rect UnionRect(const PG_Rect& p) const;
+ 
+       /**
        Return the width of the rectangle
        @return                 width





reply via email to

[Prev in Thread] Current Thread [Next in Thread]