ну всё готово

This commit is contained in:
Andron666
2020-01-27 18:01:11 +05:00
parent 0de5af9d74
commit aa327311d2
30 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -10,11 +10,11 @@ void UsetRes::SetPos(int posX, int posY)
{
SetWindowPos(
GetActiveWindow(),
HWND_TOP,
HWND_TOPMOST,
posX,
posY,
0,
0,
SWP_NOZORDER | SWP_NOSIZE
SWP_NOSIZE
);
}