mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics
- Removed reset parameter from MeterWindow::UpdateWindow(). It was for NativeTransparency support.
This commit is contained in:
@ -134,7 +134,7 @@ public:
|
||||
void Deactivate();
|
||||
void Refresh(bool init, bool all = false);
|
||||
void Redraw();
|
||||
void RedrawWindow() { UpdateWindow(m_TransparencyValue, false); }
|
||||
void RedrawWindow() { UpdateWindow(m_TransparencyValue); }
|
||||
void SetVariable(const std::wstring& variable, const std::wstring& value);
|
||||
void SetOption(const std::wstring& section, const std::wstring& option, const std::wstring& value, bool group);
|
||||
|
||||
@ -292,7 +292,7 @@ private:
|
||||
bool UpdateMeasure(Measure* measure, bool force);
|
||||
bool UpdateMeter(Meter* meter, bool& bActiveTransition, bool force);
|
||||
void Update(bool refresh);
|
||||
void UpdateWindow(int alpha, bool reset, bool canvasBeginDrawCalled = false);
|
||||
void UpdateWindow(int alpha, bool canvasBeginDrawCalled = false);
|
||||
void UpdateWindowTransparency(int alpha);
|
||||
void ReadOptions();
|
||||
void WriteOptions(INT setting = OPTION_ALL);
|
||||
|
Reference in New Issue
Block a user