Added window swallowing

This commit is contained in:
vaxerski
2022-10-01 19:19:15 +01:00
parent 355366714e
commit a97621b1cb
5 changed files with 90 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ int getWorkspaceIDFromString(const std::string&, std::string&);
float vecToRectDistanceSquared(const Vector2D& vec, const Vector2D& p1, const Vector2D& p2);
void logSystemInfo();
std::string execAndGet(const char*);
int64_t getPPIDof(int64_t pid);
float getPlusMinusKeywordResult(std::string in, float relative);