mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 07:28:00 -05:00
re-enabled temporarily disabled code
This commit is contained in:
parent
23f2bf5e03
commit
bc56f56da9
1 changed files with 1 additions and 2 deletions
|
@ -298,8 +298,7 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
(windowRect.right - windowRect.left) + 1,
|
||||
(windowRect.bottom - windowRect.top) + 1, TRUE);
|
||||
}
|
||||
// FIXME: Untangle
|
||||
//g_isle->m_windowActive = wParam;
|
||||
g_isle->m_windowActive = wParam;
|
||||
}
|
||||
return DefWindowProcA(hWnd,WM_ACTIVATEAPP,wParam,lParam);
|
||||
case WM_CLOSE:
|
||||
|
|
Loading…
Reference in a new issue