]> git.mdlowis.com Git - proto/labwc.git/commit
cursor: add cursor_update_focus()
authorJohan Malm <jgm323@gmail.com>
Sun, 26 Dec 2021 22:09:41 +0000 (22:09 +0000)
committerJohan Malm <jgm323@gmail.com>
Sun, 26 Dec 2021 22:09:41 +0000 (22:09 +0000)
commit6651d45ed44e2af28e8f99f326cb4ef4190f0bdd
treed9add53819af7f537b650005e979309e7d2a2462
parent8d070ab2f4b4b1ecb5fd788423d47d864cd8bbb8
cursor: add cursor_update_focus()

...and call it from desktop_move_to_front() in order force an enter event
on the surface below the cursor when cycling views.

Inspired by PR #164 - just restructured it a bit.

Suggested-by: @bi4k8
include/labwc.h
src/cursor.c
src/desktop.c