]> git.mdlowis.com Git - proto/labwc.git/commit
cursor: fix invisible cursor on application after reconfigure
authortokyo4j <hrak1529@gmail.com>
Mon, 6 Jan 2025 14:49:08 +0000 (23:49 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 6 Jan 2025 21:05:54 +0000 (21:05 +0000)
commit6f1ef10d58062f0403986fd142ae852724194dd6
tree844be77a29b82e7a2095b69c43d04a128a968482
parent773bdc38239759f89d218917f65ed23ce0984faa
cursor: fix invisible cursor on application after reconfigure

On reconfigure, we should send wl_pointer.{leave,enter} events if the
cursor is on an application surface to let the application update the
cursor, but bad788cc prevented these events from being sent.
src/input/cursor.c