Compare commits

..

No commits in common. "5af58adfb97660687767680d1c777a02e322ef75" and "8ff72212a7ea7b1ce130e57246bd1f79fddc0692" have entirely different histories.

View File

@ -163,7 +163,12 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
LineTo(hdc, 200, 100);
LineTo(hdc, 300, 200);
// окно домика
MoveToEx(hdc, 150, 250, NULL);
LineTo(hdc, 200, 250);
LineTo(hdc, 200, 290);
LineTo(hdc, 150, 290);
LineTo(hdc, 150, 250);
MoveToEx(hdc, 170, 250, NULL);
LineTo(hdc, 170, 290);