Compare commits

..

No commits in common. "86eac6490beb1e0ab11de3935afcbed1bc67bd05" and "f53171640c0fcb194175507e20713b141d0a9de6" have entirely different histories.

View File

@ -153,22 +153,6 @@ void logo4(HDC hdc) {
x += 130;
} while (y < 400, x < 800);
}
void logo5(HDC hdc) {
int y = 0, x = 0;
do {
logo(hdc, x, y);
y += 60;
x += 130;
} while (y < 400, x < 800);
}
void logo6(HDC hdc) {
int y = 0, x = 0;
do {
logo(hdc, x, y);
y += 60;
x += 130;
} while (y < 400, x < 800);
}
//
// ЦЕЛЬ: Обрабатывает сообщения в главном окне.