mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
[RAPPS] Speed up app loading by caching the INI sections
This commit is contained in:
parent
6f9dd96dcf
commit
9bdeaca56e
6 changed files with 156 additions and 98 deletions
|
@ -1705,6 +1705,12 @@ BOOL CApplicationView::CreateAppInfoDisplay()
|
|||
return m_AppsInfo->Create(m_hWnd) != NULL;
|
||||
}
|
||||
|
||||
void CApplicationView::SetRedraw(BOOL bRedraw)
|
||||
{
|
||||
CWindow::SetRedraw(bRedraw);
|
||||
m_ListView->SetRedraw(bRedraw);
|
||||
}
|
||||
|
||||
VOID CApplicationView::OnSize(HWND hwnd, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
if (wParam == SIZE_MINIMIZED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue