diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-03-11 13:59:14 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-03-15 11:11:59 +0900 |
commit | 055ea6445a08941dc6b8739fbdef6230cdfdbef9 (patch) | |
tree | e6b908063c70cb2cd9c02986c9689ebe53567b3a /src/lib/evas/cache2 | |
parent | 35f8d81d97cd6a9becf844ab2c2abc7da9d3b80d (diff) |
Evas image: Move content_hint and scale_hint to Efl.Image
Diffstat (limited to 'src/lib/evas/cache2')
-rw-r--r-- | src/lib/evas/cache2/evas_cache2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/cache2/evas_cache2.c b/src/lib/evas/cache2/evas_cache2.c index 4603aae120..d9788aac31 100644 --- a/src/lib/evas/cache2/evas_cache2.c +++ b/src/lib/evas/cache2/evas_cache2.c | |||
@@ -913,7 +913,7 @@ evas_cache2_image_scale_load(Image_Entry *im, | |||
913 | lo.scale_load.dst_w = dst_w; | 913 | lo.scale_load.dst_w = dst_w; |
914 | lo.scale_load.dst_h = dst_h; | 914 | lo.scale_load.dst_h = dst_h; |
915 | lo.scale_load.smooth = smooth; | 915 | lo.scale_load.smooth = smooth; |
916 | lo.scale_load.scale_hint = im->scale_hint; | 916 | lo.scale_load.scale_hint = (Emile_Image_Scale_Hint) im->scale_hint; |
917 | 917 | ||
918 | evas_cache2_image_cache_key_create(hkey, im->file, pathlen, | 918 | evas_cache2_image_cache_key_create(hkey, im->file, pathlen, |
919 | im->key, keylen, &lo); | 919 | im->key, keylen, &lo); |