e_comp_wl: fix rounding error using lround() in e_comp_wl_map_inv_coord_get() 92/270092/2
authorDuna Oh <duna.oh@samsung.com>
Tue, 25 Jan 2022 08:00:46 +0000 (17:00 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 26 Jan 2022 08:28:44 +0000 (08:28 +0000)
commit9019a7189c29438cd9666699cd8332e7da2b7719
tree46e5438c48f416cfc90a21d3d429e3c543f6061f
parentdab6efa854d3cf8270a979b8dbb5d740b9590464
e_comp_wl: fix rounding error using lround() in e_comp_wl_map_inv_coord_get()

E20 converts the client-area coordinates to the screen coordinates
using e_comp_wl_map_inv_coords_get(). When trying to get new coordinates,
there was issues with rounding error. Fix it using lround()

Change-Id: I6be25998287ad0dc869eb60af8474ba2b2a7a77e
src/bin/e_comp_wl.c