masterlayout: add previous mode for focusmaster command (#11361)
This commit is contained in:
parent
7580a9aaaa
commit
1cbb62ed6a
4 changed files with 95 additions and 7 deletions
|
|
@ -42,6 +42,8 @@ struct SMasterNodeData {
|
|||
struct SMasterWorkspaceData {
|
||||
WORKSPACEID workspaceID = WORKSPACE_INVALID;
|
||||
eOrientation orientation = ORIENTATION_LEFT;
|
||||
// Previously focused non-master window when `focusmaster previous` command was issued
|
||||
PHLWINDOWREF focusMasterPrev;
|
||||
|
||||
//
|
||||
bool operator==(const SMasterWorkspaceData& rhs) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue