Fixed cursor flicker issue with some applications

Removed support for background transparency with RGB(255,0,255)
This commit is contained in:
Birunthan Mohanathas
2012-04-17 09:36:29 +03:00
parent 8332f8465e
commit f48d892526
4 changed files with 0 additions and 166 deletions

View File

@ -302,7 +302,6 @@ private:
bool HitTest(int x, int y);
void CreateRegion(bool clear);
void GetSkinFolders(const std::wstring& folder);
void SnapToWindow(CMeterWindow* window, LPWINDOWPOS wp);
void MapCoordsToScreen(int& x, int& y, int w, int h);