summaryrefslogtreecommitdiff
path: root/EyesP.h
diff options
context:
space:
mode:
authorDylan Simon <dylan@dylex.net>2009-10-04 17:41:54 -0400
committerSung-Jin Park <sj76.park@samsung.com>2013-09-02 23:38:02 -0400
commitad2087f2482e0937570e4f86f3ed8338fffbedd6 (patch)
treede00170562d3eb976d399983a0336ed45b5a84a3 /EyesP.h
parent42783333f56e6e1947f22381ece26d5352f65c9f (diff)
downloadxeyes-ad2087f2482e0937570e4f86f3ed8338fffbedd6.tar.gz
xeyes-ad2087f2482e0937570e4f86f3ed8338fffbedd6.tar.bz2
xeyes-ad2087f2482e0937570e4f86f3ed8338fffbedd6.zip
New -distance mapping option
Distance mapping makes more efficient use of eye space. Change-Id: Iaf471ee360f1d7f8d0aece905589fb8f39cc4029 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 */