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
06b39679
Commit
06b39679
authored
Oct 02, 2007
by
Rémi Assailly
Committed by
Alexandre Julliard
Oct 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Renamed and moved SetDeskPattern.
parent
6e9fea22
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
desktop.c
dlls/user32/desktop.c
+0
-9
user.exe.spec
dlls/user32/user.exe.spec
+1
-1
user16.c
dlls/user32/user16.c
+9
-0
No files found.
dlls/user32/desktop.c
View file @
06b39679
...
...
@@ -179,15 +179,6 @@ BOOL WINAPI PaintDesktop(HDC hdc)
}
/***********************************************************************
* OldSetDeskPattern (USER.279)
*/
BOOL16
WINAPI
SetDeskPattern
(
void
)
{
return
SystemParametersInfoA
(
SPI_SETDESKPATTERN
,
-
1
,
NULL
,
FALSE
);
}
/***********************************************************************
* SetDeskWallPaper (USER32.@)
*
* FIXME: is there a unicode version?
...
...
dlls/user32/user.exe.spec
View file @
06b39679
...
...
@@ -276,7 +276,7 @@
276 stub LockMyTask
277 pascal -ret16 GetDlgCtrlID(word) GetDlgCtrlID16
278 pascal -ret16 GetDesktopHwnd() GetDesktopHwnd16
279 pascal -ret16 OldSetDeskPattern() SetDeskPattern
279 pascal -ret16 OldSetDeskPattern() SetDeskPattern
16
280 pascal -ret16 SetSystemMenu(word word) SetSystemMenu16
281 pascal -ret16 GetSysColorBrush(word) GetSysColorBrush16
282 pascal -ret16 SelectPalette(word word word) SelectPalette16
...
...
dlls/user32/user16.c
View file @
06b39679
...
...
@@ -927,6 +927,15 @@ void WINAPI ControlPanelInfo16( INT16 nInfoType, WORD wData, LPSTR lpBuffer )
/***********************************************************************
* OldSetDeskPattern (USER.279)
*/
BOOL16
WINAPI
SetDeskPattern16
(
void
)
{
return
SystemParametersInfoA
(
SPI_SETDESKPATTERN
,
-
1
,
NULL
,
FALSE
);
}
/***********************************************************************
* GetSysColorBrush (USER.281)
*/
HBRUSH16
WINAPI
GetSysColorBrush16
(
INT16
index
)
...
...
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