shell32: Define a valid cursor for the control panel window.
This commit is contained in:
parent
1bca3c05f1
commit
d619640f1b
|
@ -355,7 +355,7 @@ static void Control_DoInterface(CPanel* panel, HWND hWnd, HINSTANCE hInst)
|
||||||
wc.cbWndExtra = sizeof(CPlApplet*);
|
wc.cbWndExtra = sizeof(CPlApplet*);
|
||||||
wc.hInstance = hInst;
|
wc.hInstance = hInst;
|
||||||
wc.hIcon = 0;
|
wc.hIcon = 0;
|
||||||
wc.hCursor = 0;
|
wc.hCursor = LoadCursorW( 0, (LPWSTR)IDC_ARROW );
|
||||||
wc.hbrBackground = GetStockObject(WHITE_BRUSH);
|
wc.hbrBackground = GetStockObject(WHITE_BRUSH);
|
||||||
wc.lpszMenuName = NULL;
|
wc.lpszMenuName = NULL;
|
||||||
wc.lpszClassName = className;
|
wc.lpszClassName = className;
|
||||||
|
|
Loading…
Reference in New Issue