diff options
author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-10-10 21:50:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 21:50:29 +1000 |
commit | ed33d95b6ae8a2d231cdda554f364af7211c2527 (patch) | |
tree | ad2feecb17cadccf71468d4f6b22d2ad6cf27d00 /sway/input/cursor.c | |
parent | 41991542cac1d909a55fc834d231fe747097b1a4 (diff) | |
parent | 155e863ead0edca244e4c961ca80418edde81838 (diff) |
Merge branch 'master' into mouse-warping-container
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r-- | sway/input/cursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index 6d57c45f..5c446299 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -877,6 +877,7 @@ void dispatch_cursor_button(struct sway_cursor *cursor, while (cont->parent) { cont = cont->parent; } + seat_set_focus_container(seat, cont); seat_begin_move_floating(seat, cont, button); return; } |