1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-21 22:28:37 -05: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); SetWindowLong(hwnd, GWL_USERDATA, 1);
sesslist_has_focus = 0;
return 0; return 0;
case WM_LBUTTONUP: case WM_LBUTTONUP:
/* /*