mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-09 00:21:56 -07:00
fix warning
This commit is contained in:
@@ -1435,7 +1435,7 @@ std::vector<SWindowRule> CConfigManager::getMatchingRules(CWindow* pWindow) {
|
|||||||
returns.push_back(rule);
|
returns.push_back(rule);
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto PID = pWindow->getPID();
|
const uint64_t PID = pWindow->getPID();
|
||||||
bool anyExecFound = false;
|
bool anyExecFound = false;
|
||||||
|
|
||||||
for (auto& er : execRequestedRules) {
|
for (auto& er : execRequestedRules) {
|
||||||
|
Reference in New Issue
Block a user