Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
221e88e2
Commit
221e88e2
authored
Oct 26, 2023
by
Louis Lenders
Committed by
Alexandre Julliard
Oct 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Add stub for SetPreferredAppMode.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=55742
parent
e1259ff9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
system.c
dlls/uxtheme/system.c
+10
-0
uxtheme.spec
dlls/uxtheme/uxtheme.spec
+1
-0
No files found.
dlls/uxtheme/system.c
View file @
221e88e2
...
...
@@ -1290,3 +1290,13 @@ BOOL WINAPI ShouldAppsUseDarkMode(void)
return
!
light_theme
;
}
/**********************************************************************
* SetPreferredAppMode (UXTHEME.135)
*
*/
int
WINAPI
SetPreferredAppMode
(
int
app_mode
)
{
FIXME
(
"%d: stub
\n
"
,
app_mode
);
return
0
;
}
dlls/uxtheme/uxtheme.spec
View file @
221e88e2
...
...
@@ -43,6 +43,7 @@
62 stub -noname ServerClearStockObjects
63 stub -noname MarkSelection
132 stdcall -noname ShouldAppsUseDarkMode()
135 stdcall -noname SetPreferredAppMode(long)
138 stdcall -noname ShouldSystemUseDarkMode()
# Standard functions
...
...
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