From 46208ae2f6201f5e6f9cc331ef1a06069aceb528 Mon Sep 17 00:00:00 2001 From: "v.ignatkin" Date: Sun, 17 Nov 2024 20:30:51 +0400 Subject: [PATCH] ff --- WindowsProject1/WindowsProject1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsProject1/WindowsProject1.cpp b/WindowsProject1/WindowsProject1.cpp index c6d8dce..f1373be 100644 --- a/WindowsProject1/WindowsProject1.cpp +++ b/WindowsProject1/WindowsProject1.cpp @@ -163,7 +163,7 @@ 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);