diff options
author | Dylan Simon <dylan@dylex.net> | 2009-10-04 17:41:54 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2009-10-05 18:06:18 -0400 |
commit | 610889785caf41146505458beccc5e3662c233db (patch) | |
tree | de00170562d3eb976d399983a0336ed45b5a84a3 /EyesP.h | |
parent | dc0f730a4a49f0e436a0a915955997b07bbf56e0 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ typedef struct { Picture picture; Picture fill[PART_SHAPE]; #endif + Boolean distance; } EyesPart; /* Full instance record declaration */ |