e_mod_processmgr: Modified to get ec size using 'geometry_get' instead of direct... 57/216557/1
authorJunseok, Kim <juns.kim@samsung.com>
Tue, 29 Oct 2019 01:45:32 +0000 (10:45 +0900)
committerJunseok, Kim <juns.kim@samsung.com>
Tue, 29 Oct 2019 01:45:32 +0000 (10:45 +0900)
Change-Id: Ibd25963072f1313420162635d2994e6fffe38948

src/e_mod_processmgr.c

index 1cdd381..5cd045f 100644 (file)
@@ -182,10 +182,7 @@ _msg_window_info_append(Eldbus_Message_Iter *iter)
           res_id = e_pixmap_res_id_get(ec->pixmap);
 
         // get geometry
-        x = ec->x;
-        y = ec->y;
-        w = ec->w;
-        h = ec->h;
+        e_client_geometry_get(ec, &x, &y, &w, &h);
 
         // color depth
         is_alpha = ec->argb;