From c49e3a21e7ea2de856754fe44ef83028977c0a84 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 3 May 2014 12:39:20 +1000 Subject: Fix comments that have not been correct since conversion to XYPOSITION. --- include/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index f3a3362f8..e28fa2976 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -94,7 +94,7 @@ typedef void *IdlerID; /** * A geometric point class. - * Point is exactly the same as the Win32 POINT and GTK+ GdkPoint so can be used interchangeably. + * Point is similar to the Win32 POINT and GTK+ GdkPoint types. */ class Point { public: @@ -111,7 +111,7 @@ public: /** * A geometric rectangle class. - * PRectangle is exactly the same as the Win32 RECT so can be used interchangeably. + * PRectangle is similar to the Win32 RECT. * PRectangles contain their top and left sides, but not their right and bottom sides. */ class PRectangle { -- cgit v1.2.3