[shell32]

- Remove CS_HREDRAW and CS_VREDRAW stlye from the defview class. Reduces flicker

svn path=/trunk/; revision=53984
This commit is contained in:
Giannis Adamopoulos 2011-10-04 11:11:18 +00:00
parent adb380a421
commit e012f1bf3b

View file

@ -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("")