alt-tab fix?

This commit is contained in:
cxgeorge 2002-03-13 23:48:54 +00:00
parent 16cece3711
commit daf2cf5934

View File

@ -1901,7 +1901,7 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
case WM_SETFOCUS: {
// wgldisplay_cat.info() << "got WM_SETFOCUS\n";
make_current();
// make_current(); causes errors when Alt-tabbing?
POINT point;
GetCursorPos(&point);