e_focus_policy_history: Correct order of the focus history when appending 65/309165/3
authorJunseok Kim <juns.kim@samsung.com>
Fri, 5 Apr 2024 02:13:46 +0000 (11:13 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 5 Apr 2024 08:45:33 +0000 (08:45 +0000)
commit24ea610c76c87f58743d702c31ef3996676891c1
tree6ce7998b1caf6e2cbe518ef468e1c4f68075c2be
parent60cd6ee16c9ebcfd122589693bfdccc8ef227d30
e_focus_policy_history: Correct order of the focus history when appending

In the previous patch, we fixed an issue where the order of focus history was incorrect.

The original purpose of the patch was to append a new client after a client with a higher layer after the focused client.
However, there was a problem that the wrong condition of the previous patch
caused the new client to be placed at the beginning of the focus history.
This is a patch that fixes this problem.

Change-Id: Id5730028308004e482c751200e53bc33368d8696
src/bin/e_focus_policy_history.c