diff options
author | emersion <contact@emersion.fr> | 2018-10-21 08:59:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-21 08:59:59 +0200 |
commit | a4d6835881a1ce276ae68f33e5dc94776ee28424 (patch) | |
tree | 2255d845647357cdbe6fdfcb1c6a40210a69ddb7 /include/sway/input | |
parent | 3f02218b54645a68a7496eb15b7bb16d26b75ae2 (diff) | |
parent | c5a6c37275978ddc8c221ca73ae1a39254dd68f5 (diff) |
Merge pull request #2903 from RyanDwyer/seat-specific-backandforth
Make workspace back_and_forth seat-specific
Diffstat (limited to 'include/sway/input')
-rw-r--r-- | include/sway/input/seat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index ef65810c..bef2af77 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -51,6 +51,7 @@ struct sway_seat { bool has_focus; struct wl_list focus_stack; // list of containers in focus order struct sway_workspace *workspace; + char *prev_workspace_name; // for workspace back_and_forth // If the focused layer is set, views cannot receive keyboard focus struct wlr_layer_surface_v1 *focused_layer; |