mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[shell32]
- Remove CS_HREDRAW and CS_VREDRAW stlye from the defview class. Reduces flicker svn path=/trunk/; revision=53984
This commit is contained in:
@@ -212,7 +212,7 @@ public:
|
||||
{
|
||||
static ATL::CWndClassInfo wc =
|
||||
{
|
||||
{ sizeof(WNDCLASSEX), CS_HREDRAW | CS_VREDRAW, StartWindowProc,
|
||||
{ sizeof(WNDCLASSEX), 0, StartWindowProc,
|
||||
0, 0, NULL, NULL,
|
||||
LoadCursor(NULL, IDC_ARROW), (HBRUSH)(COLOR_BACKGROUND + 1), NULL, SV_CLASS_NAME, NULL },
|
||||
NULL, NULL, IDC_ARROW, TRUE, 0, _T("")
|
||||
|
||||
Reference in New Issue
Block a user