From 46208ae2f6201f5e6f9cc331ef1a06069aceb528 Mon Sep 17 00:00:00 2001 From: "v.ignatkin" Date: Sun, 17 Nov 2024 20:30:51 +0400 Subject: [PATCH 1/2] 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); -- 2.25.1 From 3be121f90d8725c78d1022ad96857a2bbda04c7c Mon Sep 17 00:00:00 2001 From: "v.ignatkin" Date: Sun, 17 Nov 2024 20:34:56 +0400 Subject: [PATCH 2/2] =?UTF-8?q?=D0=B0=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WindowsProject1/WindowsProject1.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/WindowsProject1/WindowsProject1.cpp b/WindowsProject1/WindowsProject1.cpp index f1373be..171db87 100644 --- a/WindowsProject1/WindowsProject1.cpp +++ b/WindowsProject1/WindowsProject1.cpp @@ -164,11 +164,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) 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); -- 2.25.1