diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-05-26 19:35:43 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-05-26 19:35:43 +0200 |
commit | 96605c925f243e88eeeb346dde95fb5a3066434f (patch) | |
tree | e23edbd19f8bca2a4f34f6d3dfd9fe4943cbed13 /src/objects.h | |
parent | bcbdceef6e1be59a6ca1d653b6a54bf9009b4143 (diff) |
More clicky logic
Diffstat (limited to 'src/objects.h')
-rw-r--r-- | src/objects.h | 3 |
1 files changed, 1 insertions, 2 deletions
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; |