[ros-diffs] [gadamopoulos] 53298: [uxtheme] - Fix build

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Thu Aug 18 13:57:17 UTC 2011


Author: gadamopoulos
Date: Thu Aug 18 13:57:16 2011
New Revision: 53298

URL: http://svn.reactos.org/svn/reactos?rev=53298&view=rev
Log:
[uxtheme]
- Fix build

Modified:
    branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/themehooks.c

Modified: branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/themehooks.c
URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/themehooks.c?rev=53298&r1=53297&r2=53298&view=diff
==============================================================================
--- branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/themehooks.c [iso-8859-1] (original)
+++ branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/themehooks.c [iso-8859-1] Thu Aug 18 13:57:16 2011
@@ -228,7 +228,7 @@
     switch(Msg)
     {
         case WM_THEMECHANGED:
-            UXTHEME_LoadTheme();
+            UXTHEME_LoadTheme(TRUE);
             return 0;
     }
 




More information about the Ros-diffs mailing list