Optimize UpdateLayeredWindow when only alpha is changing

This commit is contained in:
Birunthan Mohanathas
2013-03-31 12:52:03 +03:00
parent 349988e5dd
commit 0135b81a17
2 changed files with 22 additions and 13 deletions

View File

@ -334,6 +334,7 @@ private:
bool UpdateMeter(CMeter* meter, bool& bActiveTransition, bool force);
void Update(bool refresh);
void UpdateWindow(int alpha, bool reset, bool canvasBeginDrawCalled = false);
void UpdateWindowTransparency(int alpha);
void ReadOptions();
void WriteOptions(INT setting = OPTION_ALL);
bool ReadSkin();