mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 05:05:59 +01:00
style: fix clang-format
This commit is contained in:
parent
d27b5985c1
commit
4540d8ccd5
2 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ struct SWindowRule {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SInitialWorkspaceToken {
|
struct SInitialWorkspaceToken {
|
||||||
CWindow* primaryOwner = nullptr;
|
CWindow* primaryOwner = nullptr;
|
||||||
std::string workspace;
|
std::string workspace;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
||||||
else if (*PINITIALWSTRACKING == 2) { // persistent
|
else if (*PINITIALWSTRACKING == 2) { // persistent
|
||||||
if (!WS.primaryOwner) {
|
if (!WS.primaryOwner) {
|
||||||
WS.primaryOwner = PWINDOW;
|
WS.primaryOwner = PWINDOW;
|
||||||
TOKEN->data = WS;
|
TOKEN->data = WS;
|
||||||
}
|
}
|
||||||
|
|
||||||
PWINDOW->m_szInitialWorkspaceToken = SZTOKEN;
|
PWINDOW->m_szInitialWorkspaceToken = SZTOKEN;
|
||||||
|
|
Loading…
Reference in a new issue