From: Changyeon Lee Date: Thu, 26 Sep 2024 08:19:51 +0000 (+0900) Subject: E_Pointer: Fix issue with scale up twice for the output resolution ratio X-Git-Tag: accepted/tizen/unified/20241001.004139~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F318328%2F2;p=platform%2Fupstream%2Fenlightenment.git E_Pointer: Fix issue with scale up twice for the output resolution ratio Change-Id: I25d0439e4ab2221c90a87f5582de4bbff8cb7ca0 --- diff --git a/src/bin/windowmgr/e_pointer.c b/src/bin/windowmgr/e_pointer.c index c8e65d0386..cf6a2ac4c4 100644 --- a/src/bin/windowmgr/e_pointer.c +++ b/src/bin/windowmgr/e_pointer.c @@ -192,14 +192,6 @@ _e_pointer_map_apply(E_Pointer *ptr) e_map_util_points_populate_from_view_full(map, view, 0); - if (ratio != 1.0) - { - e_map_point_coord_set(map, 1, x + (int)((double)w * ratio), y, 0); - e_map_point_coord_set(map, 2, x + (int)((double)w * ratio), - y + (int)((double)h * ratio), 0); - e_map_point_coord_set(map, 3, x, y + (int)((double)h * ratio), 0); - } - if (rotation) { if (rotation == 90)