- Now retries UpdateLayeredWindow if it fails for some reason. (E.g. when SetLayeredWindowAttributes is called by other application process.)

- Replaced Get(Set)WindowLong with Get(Set)WindowLongPtr.
- Code cosmetics.
This commit is contained in:
spx
2012-03-14 02:52:35 +00:00
parent 476eaf1679
commit 8e4d37a8ea
5 changed files with 67 additions and 60 deletions

View File

@ -336,6 +336,8 @@ private:
bool DoMoveAction(int x, int y, MOUSE mouse);
bool ResizeWindow(bool reset);
void IgnoreAeroPeek();
void AddWindowExStyle(LONG_PTR flag);
void RemoveWindowExStyle(LONG_PTR flag);
void BlurBehindWindow(BOOL fEnable);
void SetWindowPositionVariables(int x, int y);
void SetWindowSizeVariables(int w, int h);