e_policy_wl: skip to handle tizen_position_set of keyboard window 03/222403/2
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 26 Dec 2019 10:06:44 +0000 (19:06 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 14 Jan 2020 11:27:53 +0000 (11:27 +0000)
we handle the keyboard window's geometry by wl_text_input protocol.

Change-Id: I0e5d08269297592e7492d1dd8ae213d655f9e832

src/bin/e_policy_wl.c

index 6f2606573fe787ce59927b7bad52ac3961f509a5..e2c02b61e0099bf4c765f883f15fe8015e628caf 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))