conformant: Send actual visible state of vkbd object when notify the client of confor... 91/76191/2
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 23 Jun 2016 06:04:13 +0000 (15:04 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 23 Jun 2016 06:09:25 +0000 (23:09 -0700)
Change-Id: I147fb4c1b4165f8d099d02fe27b76ce8e432bfe5

src/e_mod_wl.c

index fae92b215448ba7897890cf8f2e98e32fbda6083..bca97375c9e437032a25ca52bef5934714788cb9 100644 (file)
@@ -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);
 }
 
 // --------------------------------------------------------