From: Changyeon Lee Date: Mon, 13 May 2024 10:50:27 +0000 (+0900) Subject: e_hwc_window: use e_client_gometry_get when visible of window is checked X-Git-Tag: accepted/tizen/8.0/unified/20240528.160808~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a437ece341b4cd6d138d7b80d5b240e4975753f;p=platform%2Fupstream%2Fenlightenment.git e_hwc_window: use e_client_gometry_get when visible of window is checked use e_client_geometry_get to get the transformed geometry(evas_map) of window Change-Id: I74b9bda6a156ee5976896f6f6af3c1714faba6ce --- diff --git a/src/bin/e_hwc_window.c b/src/bin/e_hwc_window.c index 6614041a4c..ef8e31ad16 100644 --- a/src/bin/e_hwc_window.c +++ b/src/bin/e_hwc_window.c @@ -3595,7 +3595,7 @@ e_hwc_window_client_geometry_visible_get(E_Hwc_Window *hwc_window) if (!ec) return EINA_FALSE; ecore_evas_geometry_get(e_comp->ee, NULL, NULL, &ee_w, &ee_h); - evas_object_geometry_get(ec->frame, &x, &y, &w, &h); + e_client_geometry_get(ec, &x, &y, &w, &h); if ((ec->is_cursor) && (evas_object_map_enable_get(ec->frame))) {