mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
re-enabled temporarily disabled code
This commit is contained in:
@@ -298,8 +298,7 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||||||
(windowRect.right - windowRect.left) + 1,
|
(windowRect.right - windowRect.left) + 1,
|
||||||
(windowRect.bottom - windowRect.top) + 1, TRUE);
|
(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);
|
return DefWindowProcA(hWnd,WM_ACTIVATEAPP,wParam,lParam);
|
||||||
case WM_CLOSE:
|
case WM_CLOSE:
|
||||||
|
Reference in New Issue
Block a user