mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-16 04:23:49 -07:00
style: fix clang-format
This commit is contained in:
@@ -191,7 +191,7 @@ struct SWindowRule {
|
||||
};
|
||||
|
||||
struct SInitialWorkspaceToken {
|
||||
CWindow* primaryOwner = nullptr;
|
||||
CWindow* primaryOwner = nullptr;
|
||||
std::string workspace;
|
||||
};
|
||||
|
||||
|
@@ -95,7 +95,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
||||
else if (*PINITIALWSTRACKING == 2) { // persistent
|
||||
if (!WS.primaryOwner) {
|
||||
WS.primaryOwner = PWINDOW;
|
||||
TOKEN->data = WS;
|
||||
TOKEN->data = WS;
|
||||
}
|
||||
|
||||
PWINDOW->m_szInitialWorkspaceToken = SZTOKEN;
|
||||
|
Reference in New Issue
Block a user