mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 05:09:11 +08:00
committed by
GitHub
parent
6388b91a4d
commit
f55ded91a4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user