projects
/
platform
/
core
/
uifw
/
efl-ext.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4d841
)
migration: fix build error
author
Wonki Kim
<wonki_.kim@samsung.com>
Wed, 30 May 2018 07:24:56 +0000
(16:24 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Wed, 30 May 2018 07:24:56 +0000
(16:24 +0900)
Change-Id: I258eefb6251ee9bdb1fc021367e6b0e93ca1ef1a
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
src/mobile/eext_floatingbutton.c
patch
|
blob
|
history
diff --git
a/src/mobile/eext_floatingbutton.c
b/src/mobile/eext_floatingbutton.c
index a94773258f9966869d3bd7423918fe53bf4d44da..38d705fc7f5f7b1477aaa2d73f75fad2c3516ee8 100644
(file)
--- a/
src/mobile/eext_floatingbutton.c
+++ b/
src/mobile/eext_floatingbutton.c
@@
-635,7
+635,7
@@
_eext_floatingbutton_efl_access_component_extents_get(const Eo *obj EINA_UNUSED,
if (!sd->box)
return r;
- r = efl_gfx_geometry_get(sd->box);
+ r = efl_gfx_
entity_
geometry_get(sd->box);
if (screen_coords)
{