scale: add the API edje_object_base_scale_get.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 16 Oct 2014 04:15:38 +0000 (13:15 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 16 Oct 2014 04:45:30 +0000 (13:45 +0900)
commit1e21a4c323c9470a66509a38c81a6b994b27ee77
tree32564365cd7db42a08f2c6498d9a9318a365e494
parent0e20323a4a6bf9e2d1705e9992aad937c64b05a7
scale: add the API edje_object_base_scale_get.

This function returns the base_scale factor set on the
Edje object.
The base_scale can be set in the collection of edc.
If it isn't set, the default value is 1.0.
src/lib/edje/edje_object.eo
src/lib/edje/edje_private.h
src/lib/edje/edje_util.c