e_policy_wl: skip to handle tizen_position_set of keyboard window 25/221025/2
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 26 Dec 2019 10:06:44 +0000 (19:06 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 27 Dec 2019 05:58:41 +0000 (05:58 +0000)
we handle the keyboard window's geometry by wl_text_input protocol.

Change-Id: I0e5d08269297592e7492d1dd8ae213d655f9e832

src/bin/e_policy_wl.c

index 88d695646a34cd1080074b1a615bc1b1f86a4164..bdb37746ced9e3d8c90d747df8d9af08ba986510 100644 (file)
@@ -1359,6 +1359,12 @@ _tzpos_iface_cb_set(struct wl_client *client EINA_UNUSED, struct wl_resource *re
    EINA_SAFETY_ON_NULL_RETURN(ec);
    EINA_SAFETY_ON_NULL_RETURN(ec->frame);
 
+   if (e_policy_client_is_keyboard(ec))
+     {
+        ELOGF("TZPOL", "Keyboard pos set (%d, %d). No operation. return.", ec, x, y);
+        return;
+     }
+
    if (!ec->lock_client_location)
      {
         if (e_client_pending_geometry_has(ec))