]> git.mdlowis.com Git - proto/labwc.git/commit
osd: don't update cursor while window switching
authortokyo4j <hrak1529@gmail.com>
Sat, 22 Feb 2025 11:38:59 +0000 (20:38 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 9 Mar 2025 20:41:26 +0000 (20:41 +0000)
commitcf759ec1832159d16e032130613c65c28ff188c5
treeccde2175a94a808c02554c44bd1b82a5b10f7d3c
parent4eec0d2fc7d27de4ca1cbde24a57462a1324c43b
osd: don't update cursor while window switching

cursor_update_focus() is no-op while server->input_mode is set. So we
should only call cursor_update_focus() at the beginning/end of window
switching.
src/osd.c