diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-18 12:42:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 12:42:09 -0700 |
commit | 4931d0ddc5d9de1f823af7efd931702b2fa80260 (patch) | |
tree | b486f3576982ab0f94183323d44bc4bbb3a456e3 /include | |
parent | ca695482ec43fa247fc565161768584ef9534fea (diff) | |
parent | 747725b8bb35bf3fd38d442f5bb565e7a4b11ec4 (diff) |
Merge pull request #2300 from emersion/override-redirect-updates
Handle xwayland override_redirect flag change
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); |