From c94afad821f747af87fbe4697f3b9e4ffd39b0cc Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Thu, 23 Jun 2016 15:04:13 +0900 Subject: [PATCH] conformant: Send actual visible state of vkbd object when notify the client of conformant area is changed. Change-Id: I147fb4c1b4165f8d099d02fe27b76ce8e432bfe5 --- src/e_mod_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e_mod_wl.c b/src/e_mod_wl.c index fae92b2..bca9737 100644 --- a/src/e_mod_wl.c +++ b/src/e_mod_wl.c @@ -1605,7 +1605,7 @@ e_mod_pol_wl_keyboard_geom_broadcast(E_Client *ec) Eina_Rectangle rect; EINA_RECTANGLE_SET(&rect, ec->x, ec->y, ec->client.w, ec->client.h); - _tzpol_conformant_state_set(ec->visible, &rect); + _tzpol_conformant_state_set(evas_object_visible_get(ec->frame), &rect); } // -------------------------------------------------------- -- 2.34.1