mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-08 12:40:50 +00:00
Add the correct window icon in the Skia/Win port
This commit is contained in:
parent
5fff73aded
commit
4f1431ba2e
@ -584,7 +584,7 @@ namespace she {
|
||||
wcex.cbClsExtra = 0;
|
||||
wcex.cbWndExtra = 0;
|
||||
wcex.hInstance = instance;
|
||||
wcex.hIcon = nullptr;
|
||||
wcex.hIcon = LoadIcon(instance, L"0");
|
||||
wcex.hCursor = NULL;
|
||||
wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
|
||||
wcex.lpszMenuName = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user