mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Change default mouse pointer to an I-beam
[originally from svn r125]
This commit is contained in:
parent
ba5f955f3e
commit
16fcf56bd3
2
window.c
2
window.c
@ -163,7 +163,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) {
|
||||
wndclass.hInstance = inst;
|
||||
wndclass.hIcon = LoadIcon (inst,
|
||||
MAKEINTRESOURCE(IDI_MAINICON));
|
||||
wndclass.hCursor = LoadCursor (NULL, IDC_ARROW);
|
||||
wndclass.hCursor = LoadCursor (NULL, IDC_IBEAM);
|
||||
wndclass.hbrBackground = GetStockObject (BLACK_BRUSH);
|
||||
wndclass.lpszMenuName = NULL;
|
||||
wndclass.lpszClassName = appname;
|
||||
|
Loading…
Reference in New Issue
Block a user