Add the correct window icon in the Skia/Win port

This commit is contained in:
David Capello 2016-02-05 17:30:10 -03:00
parent 5fff73aded
commit 4f1431ba2e

View File

@ -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;