mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
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:
parent
7fb060e88c
commit
e4ebc30c90
2 changed files with 22 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue