summaryrefslogtreecommitdiff
path: root/EyesP.h
diff options
context:
space:
mode:
authorDylan Simon <dylan@dylex.net>2009-10-04 17:41:54 -0400
committerJames Cloos <cloos@jhcloos.com>2009-10-05 18:06:18 -0400
commit610889785caf41146505458beccc5e3662c233db (patch)
treede00170562d3eb976d399983a0336ed45b5a84a3 /EyesP.h
parentdc0f730a4a49f0e436a0a915955997b07bbf56e0 (diff)
New -distance mapping option
Distance mapping makes more efficient use of eye space. Signed-off-by: Dylan Simon <dylan@dylex.net> Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'EyesP.h')
-rw-r--r--EyesP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/EyesP.h b/EyesP.h
index 1cffdb4..3a04b13 100644
--- a/EyesP.h
+++ b/EyesP.h
@@ -34,6 +34,7 @@ typedef struct {
Picture picture;
Picture fill[PART_SHAPE];
#endif
+ Boolean distance;
} EyesPart;
/* Full instance record declaration */