[ros-diffs] [gadamopoulos] 53984: [shell32] - Remove CS_HREDRAW and CS_VREDRAW stlye from the defview class. Reduces flicker

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Tue Oct 4 11:11:19 UTC 2011


Author: gadamopoulos
Date: Tue Oct  4 11:11:18 2011
New Revision: 53984

URL: http://svn.reactos.org/svn/reactos?rev=53984&view=rev
Log:
[shell32]
- Remove CS_HREDRAW and CS_VREDRAW stlye from the defview class. Reduces flicker

Modified:
    trunk/reactos/dll/win32/shell32/shlview.cpp

Modified: trunk/reactos/dll/win32/shell32/shlview.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlview.cpp?rev=53984&r1=53983&r2=53984&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shlview.cpp [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shlview.cpp [iso-8859-1] Tue Oct  4 11:11:18 2011
@@ -212,7 +212,7 @@
     {
         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("")




More information about the Ros-diffs mailing list