diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-18 20:00:48 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-18 20:00:48 +0100 |
| commit | b56013d9f398a04fd52a3a6498ddb64c2535007d (patch) | |
| tree | b486f3576982ab0f94183323d44bc4bbb3a456e3 /include | |
| parent | cab32a52308857db6d1c268c35b92b17a2156737 (diff) | |
Don't unfocus when an override redirect window is mapped
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/input/seat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index 1f7792ba..eac1626b 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -83,7 +83,7 @@ void seat_set_focus_warp(struct sway_seat *seat, struct sway_container *container, bool warp); void seat_set_focus_surface(struct sway_seat *seat, - struct wlr_surface *surface); + struct wlr_surface *surface, bool unfocus); void seat_set_focus_layer(struct sway_seat *seat, struct wlr_layer_surface *layer); |
