cursor: update focus on entering SSD if followMouse=yes

This fixes a known regression in 885919fc that cursor entering the
titlebar (and other SSD parts) doesn't update the keyboard focus even when
followMouse=yes.
This commit is contained in:
tokyo4j 2025-11-30 20:45:30 +09:00 committed by Hiroaki Yamamoto
parent 7fb060e88c
commit e4ebc30c90
2 changed files with 22 additions and 13 deletions

View file

@ -78,6 +78,9 @@ struct seat {
*/
struct cursor_context_saved pressed;
/* Cursor context of the last cursor motion */
struct cursor_context_saved last_cursor_ctx;
struct lab_set bound_buttons;
struct {