Commit 71b3d10f authored by Bernhard Übelacker's avatar Bernhard Übelacker Committed by Alexandre Julliard

uxtheme: Add stub for RefreshImmersiveColorPolicyState.

parent 05892c23
......@@ -1254,6 +1254,15 @@ BOOL WINAPI ThemeHooksRemove(void)
}
/**********************************************************************
* RefreshImmersiveColorPolicyState (UXTHEME.104)
*
*/
void WINAPI RefreshImmersiveColorPolicyState(void)
{
FIXME("stub\n");
}
/**********************************************************************
* ShouldSystemUseDarkMode (UXTHEME.138)
*
* RETURNS
......
......@@ -42,6 +42,7 @@
61 stdcall OpenThemeDataEx(ptr wstr long)
62 stub -noname ServerClearStockObjects
63 stub -noname MarkSelection
104 stdcall -noname RefreshImmersiveColorPolicyState()
132 stdcall -noname ShouldAppsUseDarkMode()
133 stdcall -noname AllowDarkModeForWindow(ptr long)
135 stdcall -noname SetPreferredAppMode(long)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment