mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2026-08-07 18:34:45 -04:00
Update and rename brushes.c to solidbrushes.c
This commit is contained in:
parent
9903ec6401
commit
82ca049d33
@ -17,7 +17,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
|||||||
wc.hCursor = LoadCursor(0, IDC_ARROW);
|
wc.hCursor = LoadCursor(0, IDC_ARROW);
|
||||||
|
|
||||||
RegisterClassW(&wc);
|
RegisterClassW(&wc);
|
||||||
CreateWindowW(wc.lpszClassName, L"Solid Brush",
|
CreateWindowW(wc.lpszClassName, L"Solid brushes",
|
||||||
WS_OVERLAPPEDWINDOW | WS_VISIBLE,
|
WS_OVERLAPPEDWINDOW | WS_VISIBLE,
|
||||||
100, 100, 220, 240, NULL, NULL, hInstance, NULL);
|
100, 100, 220, 240, NULL, NULL, hInstance, NULL);
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user