hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=7f34f5386451307e386ad793ead262c037af067b
commit 7f34f5386451307e386ad793ead262c037af067b Author: Hermet Park <[email protected]> Date: Mon Aug 15 14:16:16 2016 +0900 wireframes: fix merge conflict. --- src/lib/wireframes_obj.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/wireframes_obj.c b/src/lib/wireframes_obj.c index ccad980..284f05a 100644 --- a/src/lib/wireframes_obj.c +++ b/src/lib/wireframes_obj.c @@ -184,6 +184,7 @@ update_wireframe_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, //Update the wireframe of the part name. if (pobj) { + Evas_Coord part_lx = 0, part_ly = 0; Evas_Coord part_x = 0, part_y = 0, part_w = 0, part_h = 0; //Case 1: If Part is the TEXT, the geometry information is different --
