e_process: check internal window while handling activate/deactivate process 96/288196/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 13 Feb 2023 11:15:46 +0000 (20:15 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 13 Feb 2023 11:29:35 +0000 (20:29 +0900)
commitd9859395ec0246a3b13efcb351daea00f1f547f5
tree8b7d88e27fa0f7cff35edcb210fc35404fafa49d
parent8b9b4842383a41219bb1f43b51e414de1a0a8cd8
e_process: check internal window while handling activate/deactivate process

There was a bug that the status of process didn't change to DEACTIVATE when the internal ec got
focused.

For resolve this problem, we check the focus ec is internal ec or not. If focus ec is internal,
then e changes the previous activate process' state to DEACTIVATE.

Change-Id: I62961438c61cfc0685c595e93c9406c41eed963b
src/bin/e_process.c