Author: gadamopoulos
Date: Mon Jul 11 13:28:20 2011
New Revision: 52633
URL:
http://svn.reactos.org/svn/reactos?rev=52633&view=rev
Log:
[uxtheme]
- Call UXTHEME_InitSystem when user api hooks are installed
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/win…
==============================================================================
--- 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] Mon Jul
11 13:28:20 2011
@@ -100,6 +100,8 @@
UAH_HOOK_MESSAGE(puah->WndProcArray, WM_THEMECHANGED);
UAH_HOOK_MESSAGE(puah->WndProcArray, WM_UAHINIT);
+ UXTHEME_InitSystem(hDllInst);
+
return TRUE;
}