mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
parent
6388b91a4d
commit
f55ded91a4
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ ImageView_CreateWindow(HWND hwnd, LPWSTR szFileName)
|
|||
WndClass.hInstance = hInstance;
|
||||
WndClass.style = CS_HREDRAW | CS_VREDRAW;
|
||||
WndClass.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_APPICON));
|
||||
WndClass.hCursor = LoadCursor(hInstance, IDC_ARROW);
|
||||
WndClass.hCursor = LoadCursor(NULL, IDC_ARROW);
|
||||
WndClass.hbrBackground = NULL; /* less flicker */
|
||||
|
||||
if (!RegisterClass(&WndClass)) return -1;
|
||||
|
|
Loading…
Reference in a new issue