e_pointer: remove hwc of the E_Pointer 34/294034/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 7 Jun 2023 11:34:03 +0000 (20:34 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 12 Jun 2023 02:36:22 +0000 (11:36 +0900)
commit85666900cd04df59d0ac1691e2bb93af3081fa66
tree9fce3df3cf350acaa8a52c40494707a1579a2334
parent014dad151e586a4b873d3c1ff076a4378325b0fa
e_pointer: remove hwc of the E_Pointer

if hwc of the E_Pointer is set, the E_Pointer does not move the
evas object for preventing that evas compositing is triggered
even if it is on hwc.

but after below patch, it does not trigger evas compoisiting
because hwc makes transparent the evas object.
hwc of the E_Pointer is not needed.

"e_comp_object: make the frame object transparent when it is unredirected"
12b00f04a6124c4f9c013ec407871b1788453584

Change-Id: Ife3432f34ab51eaf70c673c89ef476046a9fac15
src/bin/e_hwc_window.c
src/bin/e_plane_renderer.c
src/bin/e_pointer.c
src/bin/e_pointer.h