Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Aug 25, 2024
1 parent 00d9c2b commit d0bf09a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)

m_wndMDIClient.ModifyStyleEx(WS_EX_CLIENTEDGE, 0);

// const DWMNCRENDERINGPOLICY ncrp = DWMNCRP_DISABLED; // false ? DWMNCRP_USEWINDOWSTYLE : DWMNCRP_DISABLED;
// _AfxDwmSetWindowAttribute(m_hWnd, DWMWA_NCRENDERING_POLICY, &ncrp, sizeof(ncrp));

return 0;
}

Expand Down

0 comments on commit d0bf09a

Please sign in to comment.