Compare commits
No commits in common. "86eac6490beb1e0ab11de3935afcbed1bc67bd05" and "f53171640c0fcb194175507e20713b141d0a9de6" have entirely different histories.
86eac6490b
...
f53171640c
@ -153,22 +153,6 @@ void logo4(HDC hdc) {
|
|||||||
x += 130;
|
x += 130;
|
||||||
} while (y < 400, x < 800);
|
} 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);
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// ЦЕЛЬ: Обрабатывает сообщения в главном окне.
|
// ЦЕЛЬ: Обрабатывает сообщения в главном окне.
|
||||||
|
Loading…
Reference in New Issue
Block a user