diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 08:50:58 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 09:58:21 +0100 |
commit | aa3b6615ee60180708d27e64b0ef0b4f04cbbcc1 (patch) | |
tree | 53cedf77eaa599476d018fd3242f79e2b4c35917 /src/lib/emile | |
parent | b301fffe2f489a475c262a8cc93a55e1efea4b47 (diff) |
emile: add a note regarding useless structure member.
Diffstat (limited to 'src/lib/emile')
-rw-r--r-- | src/lib/emile/emile_image.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/emile/emile_image.h b/src/lib/emile/emile_image.h index dd353825d4..7060cefbf4 100644 --- a/src/lib/emile/emile_image.h +++ b/src/lib/emile/emile_image.h | |||
@@ -197,6 +197,9 @@ struct _Emile_Image_Load_Opts | |||
197 | int src_x, src_y, src_w, src_h; | 197 | int src_x, src_y, src_w, src_h; |
198 | int dst_w, dst_h; | 198 | int dst_w, dst_h; |
199 | int smooth; | 199 | int smooth; |
200 | |||
201 | /* This should have never been part of this structure, but we keep it | ||
202 | for ABI/API compability with Evas_Loader */ | ||
200 | Emile_Image_Scale_Hint scale_hint; | 203 | Emile_Image_Scale_Hint scale_hint; |
201 | } scale_load; | 204 | } scale_load; |
202 | double dpi; | 205 | double dpi; |