1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Oops - initialise sesslist_has_focus.

[originally from svn r1119]
This commit is contained in:
Simon Tatham 2001-05-13 13:11:53 +00:00
parent b14d3260d8
commit 8422d9e2e8

View File

@ -1344,6 +1344,7 @@ static int GenericMainDlgProc(HWND hwnd, UINT msg,
}
SetWindowLong(hwnd, GWL_USERDATA, 1);
sesslist_has_focus = 0;
return 0;
case WM_LBUTTONUP:
/*