[ros-diffs] [cwittich] 30900: correctly set the desktop bkcolor

cwittich at svn.reactos.org cwittich at svn.reactos.org
Thu Nov 29 21:47:34 CET 2007


Author: cwittich
Date: Thu Nov 29 23:47:33 2007
New Revision: 30900

URL: http://svn.reactos.org/svn/reactos?rev=30900&view=rev
Log:
correctly set the desktop bkcolor

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

Modified: trunk/reactos/dll/win32/shell32/shlview.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlview.c?rev=30900&r1=30899&r2=30900&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shlview.c (original)
+++ trunk/reactos/dll/win32/shell32/shlview.c Thu Nov 29 23:47:33 2007
@@ -355,7 +355,10 @@
          if (0)
            SendMessageW(This->hWndList, LVM_SETTEXTBKCOLOR, 0, CLR_NONE);
          else
+         {
            SendMessageW(This->hWndList, LVM_SETTEXTBKCOLOR, 0, GetSysColor(COLOR_DESKTOP));
+           SendMessageW(This->hWndList, LVM_SETBKCOLOR, 0, GetSysColor(COLOR_DESKTOP));
+         }
 
          SendMessageW(This->hWndList, LVM_SETTEXTCOLOR, 0, RGB(255,255,255));
        }




More information about the Ros-diffs mailing list