e_hwc_window: use e_client_gometry_get when visible of window is checked 08/311108/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 13 May 2024 10:50:27 +0000 (19:50 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 14 May 2024 07:00:26 +0000 (16:00 +0900)
use e_client_geometry_get to get the transformed geometry(evas_map) of window

Change-Id: I74b9bda6a156ee5976896f6f6af3c1714faba6ce

src/bin/e_hwc_window.c

index 6614041a4ce1f0d6409267055a63672c85091cee..ef8e31ad16e54bc0ed5c7171daad279cbc99dbdd 100644 (file)
@@ -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)))
      {