e_comp_wl: Fix issue detected by static analysis tool 98/305198/2
authorduna.oh <duna.oh@samsung.com>
Mon, 29 Jan 2024 08:34:27 +0000 (17:34 +0900)
committerJunSeok Kim <juns.kim@samsung.com>
Tue, 30 Jan 2024 08:16:08 +0000 (08:16 +0000)
commitc71ef0f32821f6e7099628fd3111b0661b287924
tree7b01e53c3fb337e61eab4471f66ee07c7c59480c
parenta3515e6567bfc59d1cb3296ac6e4a60239173875
e_comp_wl: Fix issue detected by static analysis tool

keycode is only valid if it is greater than zero.
Also wl_keyboard's key event now contains unsigned integer variable to handle
the keycode correctly.

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