X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Frect.hh;h=925456a196711acf6d13b7197df73601cd7c4375;hb=d4d89ce0bbd3dd0c556a593accb5e48f7ae09d9e;hp=1ffefcba2edcdd54160e280cdfea698931b9f1b9;hpb=e9085c3a45be749fb5bda969552be52a0d60afe0;p=chaz%2Fopenbox diff --git a/otk/rect.hh b/otk/rect.hh index 1ffefcba..925456a1 100644 --- a/otk/rect.hh +++ b/otk/rect.hh @@ -130,7 +130,7 @@ public: /*! The intersection of the rectangles will consist of just the area where the two rectangles overlap. - @param A second Rect object to form an intersection with. + @param a A second Rect object to form an intersection with. @return The intersection between this Rect and the one passed to the function */ @@ -147,7 +147,7 @@ public: /*! The intersection of the rectangles will consist of just the area where the two rectangles overlap. - @param A second Rect object to form an intersection with. + @param a A second Rect object to form an intersection with. */ inline Rect &operator&=(const Rect &a) { *this = *this & a; return *this; }