do not send conformant geometry info when resizing sub window of keyboard 37/55437/1
authorGwanglim Lee <gl77.lee@samsung.com>
Wed, 23 Dec 2015 23:41:59 +0000 (08:41 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 23 Dec 2015 23:41:59 +0000 (08:41 +0900)
Change-Id: If0c5b5ee8d33176cc1653b9246100a7816d39d98

src/e_mod_main.c

index c75b829..517e32a 100644 (file)
@@ -701,8 +701,7 @@ _pol_cb_client_resize(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
    ec = ev->ec;
    EINA_SAFETY_ON_NULL_RETURN_VAL(ec, ECORE_CALLBACK_PASS_ON);
 
-   if (e_mod_pol_client_is_keyboard(ec) ||
-       e_mod_pol_client_is_keyboard_sub(ec))
+   if (e_mod_pol_client_is_keyboard(ec))
      {
 #ifdef HAVE_WAYLAND_ONLY
         e_mod_pol_wl_keyboard_geom_broadcast(ec);