Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
71b3d10f
Commit
71b3d10f
authored
Nov 14, 2023
by
Bernhard Übelacker
Committed by
Alexandre Julliard
Nov 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Add stub for RefreshImmersiveColorPolicyState.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=55898
parent
05892c23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
system.c
dlls/uxtheme/system.c
+9
-0
uxtheme.spec
dlls/uxtheme/uxtheme.spec
+1
-0
No files found.
dlls/uxtheme/system.c
View file @
71b3d10f
...
...
@@ -1254,6 +1254,15 @@ BOOL WINAPI ThemeHooksRemove(void)
}
/**********************************************************************
* RefreshImmersiveColorPolicyState (UXTHEME.104)
*
*/
void
WINAPI
RefreshImmersiveColorPolicyState
(
void
)
{
FIXME
(
"stub
\n
"
);
}
/**********************************************************************
* ShouldSystemUseDarkMode (UXTHEME.138)
*
* RETURNS
...
...
dlls/uxtheme/uxtheme.spec
View file @
71b3d10f
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment