If native transparency is enabled the windows are not refreshed anymore when settings change but they are just moved to the correct location.

This commit is contained in:
Kimmo Pekkola
2009-09-18 16:05:10 +00:00
parent e84e7d534d
commit 1de7706678
3 changed files with 34 additions and 22 deletions

View File

@ -203,7 +203,7 @@ protected:
LRESULT OnDelayedRefresh(WPARAM wParam, LPARAM lParam);
LRESULT OnDelayedQuit(WPARAM wParam, LPARAM lParam);
LRESULT OnSettingChange(WPARAM wParam, LPARAM lParam);
LRESULT OnDisplayChange(WPARAM wParam, LPARAM lParam);
private:
void CreateRegion(bool clear);