From 4cc4f6dffcf9f529c1bae0bda82f2e5f3f5e81fc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 19 Feb 2011 20:05:16 +0000 Subject: Update comments. svn path=/trunk/netsurf/; revision=11714 --- desktop/shape.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop/shape.h') diff --git a/desktop/shape.h b/desktop/shape.h index c322602b9..5baf629b6 100644 --- a/desktop/shape.h +++ b/desktop/shape.h @@ -17,7 +17,7 @@ */ /** \file - * Core mouse state. + * Core shapes. */ #ifndef _NETSURF_DESKTOP_SHAPE_H_ @@ -25,8 +25,8 @@ /* Rectangle coordinates */ struct rect { - int x0, y0; - int x1, y1; + int x0, y0; /* Top left */ + int x1, y1; /* Bottom right */ }; #endif -- cgit v1.2.3