diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-10-16 00:31:30 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-10-16 00:31:30 +0200 |
commit | a3916e6c29491024c7204e6a994e156241c5ff42 (patch) | |
tree | 28889dac227ed50319e6dbb9341c94418cae17a5 /glcdskin/object.h | |
parent | cb4534730274a32e7c4e64c7f282bd258375b1f9 (diff) | |
download | graphlcd-base-a3916e6c29491024c7204e6a994e156241c5ff42.tar.gz graphlcd-base-a3916e6c29491024c7204e6a994e156241c5ff42.tar.bz2 |
scaling images: added 'auto'; images are now centered (when scale=['auto', 'autox', 'autoy']); bug fixes
Diffstat (limited to 'glcdskin/object.h')
-rw-r--r-- | glcdskin/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glcdskin/object.h b/glcdskin/object.h index a82bedb..694d552 100644 --- a/glcdskin/object.h +++ b/glcdskin/object.h @@ -70,6 +70,7 @@ enum eEffect enum eScale { tscNone, + tscAuto, tscAutoX, tscAutoY, tscFill |