fix fadeout blinking transparent windows

This commit is contained in:
vaxerski
2022-04-10 18:25:45 +02:00
parent 71916ee09a
commit 2cf4480969
3 changed files with 25 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ public:
int getInt(std::string);
float getFloat(std::string);
std::string getString(std::string);
void setFloat(std::string, float);
void setInt(std::string, int);
void setString(std::string, std::string);
SMonitorRule getMonitorRuleFor(std::string);