diff options
author | Dylan Simon <dylan@dylex.net> | 2009-10-04 17:41:54 -0400 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-02 23:38:02 -0400 |
commit | ad2087f2482e0937570e4f86f3ed8338fffbedd6 (patch) | |
tree | de00170562d3eb976d399983a0336ed45b5a84a3 /EyesP.h | |
parent | 42783333f56e6e1947f22381ece26d5352f65c9f (diff) | |
download | xeyes-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.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 */ |