mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04: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
cb05efe7d3
commit
505b9bed36
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