e_client: use e_client_is_cursor 86/320986/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 11 Mar 2025 10:05:20 +0000 (19:05 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 12 Mar 2025 09:26:31 +0000 (18:26 +0900)
instead of e_policy_client_is_cursor.

Change-Id: I934d10622993c90f27296feecb3b29b2610d49c8

src/bin/core/e_client.c

index 12442499a6d64bd1ea6523d4c5c7980c50acc076..43fe7bc32f507a7043072c20afc2fcbe6d2a5ee0 100644 (file)
@@ -1818,7 +1818,7 @@ _e_client_under_pointer_helper_ignore_client(E_Desk *desk, E_Client *ec)
     * (because it will be closed shortly for example), skip */
    if (e_client_util_ignored_get(ec) || (!e_desk_has_ec(desk, ec))) return EINA_TRUE;
    if (!e_view_client_visible_get(PRI(ec)->view_client)) return EINA_TRUE;
-   if (e_policy_client_is_cursor(ec)) return EINA_TRUE;
+   if (e_client_is_cursor(ec)) return EINA_TRUE;
    comp_wl = e_comp_wl_get();
    if (comp_wl->drag_client == ec) return EINA_TRUE;