Manage Skins: Fixed that Position is not saved permanently (reset if skin is refreshed)

This commit is contained in:
Birunthan Mohanathas
2011-09-30 16:49:49 +00:00
parent 2efc79bf0c
commit 6594246bf4
3 changed files with 19 additions and 11 deletions

View File

@ -330,6 +330,7 @@ private:
void SetSavePosition(bool b);
void SetSnapEdges(bool b);
void SetWindowHide(HIDEMODE hide);
void SetWindowZPosition(ZPOSITION zpos);
bool DoAction(int x, int y, MOUSE mouse, bool test);
bool DoMoveAction(int x, int y, MOUSE mouse);
bool ResizeWindow(bool reset);