mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2024-11-24 11:25:30 +00: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);
|
||||
|
||||
RegisterClassW(&wc);
|
||||
CreateWindowW(wc.lpszClassName, L"Solid Brush",
|
||||
CreateWindowW(wc.lpszClassName, L"Solid brushes",
|
||||
WS_OVERLAPPEDWINDOW | WS_VISIBLE,
|
||||
100, 100, 220, 240, NULL, NULL, hInstance, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user