]> git.mdlowis.com Git - proto/labwc.git/commit
osd: move end_cycling() into osd_finish()
authortokyo4j <hrak1529@gmail.com>
Wed, 29 Oct 2025 18:06:15 +0000 (03:06 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 2 Nov 2025 21:30:35 +0000 (21:30 +0000)
commit2c0552004a79b31845406867f9c12c14b90e8e16
treeccf40d98d9a89b03205a9606ed4bee83df350909
parent7223056ffc5f242d98c195e2cb1b60a28d092c64
osd: move end_cycling() into osd_finish()

...so that we can use `osd_finish()` to support clicking an osd item to
focus its associated window.
include/osd.h
src/input/keyboard.c
src/osd/osd.c