]> git.mdlowis.com Git - proto/labwc.git/commit
session-lock: restore focused view on unlock
authortokyo4j <hrak1529@gmail.com>
Tue, 2 Jul 2024 13:33:47 +0000 (22:33 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 7 Jul 2024 06:48:32 +0000 (15:48 +0900)
commit6bc93cf4687aa764d795bbe2b4220fe3cbadb0b6
tree4195fc4f35a2d21222e1f0131f39b599ae6be448
parent880522d142a24e05927d00c7a75e50f61d66f7dc
session-lock: restore focused view on unlock

Before this commit, the topmost view is focused on unlock. This commit
changes it to remember the focused view on lock then restore it on
unlock.
include/session-lock.h
src/session-lock.c
src/view.c