From 96605c925f243e88eeeb346dde95fb5a3066434f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 May 2011 19:35:43 +0200 Subject: More clicky logic --- src/objects.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/objects.h') diff --git a/src/objects.h b/src/objects.h index 15f2618..7f4d39b 100644 --- a/src/objects.h +++ b/src/objects.h @@ -39,8 +39,7 @@ struct object enum objtype type; struct slide *parent; - /* Position of object, the interpretation of which depends on - * the type of the object */ + /* Position of corner of object */ double x; double y; -- cgit v1.2.3