e_comp_wl_input: do not apply cursor timer logic if client has unset cursor 61/292861/1
authorduna.oh <duna.oh@samsung.com>
Thu, 11 May 2023 00:42:58 +0000 (09:42 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 16 May 2023 04:39:40 +0000 (13:39 +0900)
commit01e971bba542615fbdd01c5a22d461e65e604f97
treeb7b7dcd02ceb994f874d82e07358523cd2d1a4c1
parent0858efb5ccce40c2d0a87cc3586e41ecd1586f5d
e_comp_wl_input: do not apply cursor timer logic if client has unset cursor

add has_cursor_unset member variable in E_Client struct.
If ec->has_cursor_unset is TRUE, do not apply cursor timer logic which is
to hide cursor when mouse event doesn't come (idle for such sec.) and to show
cursor when mouse event starts to come.

Change-Id: I2442ac345832b2795bf211db3c6a18f35df76595
src/bin/e_client.h
src/bin/e_comp_wl.c
src/bin/e_comp_wl_input.c