Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexey Alyaev
wine
Commits
06b39679
Commit
06b39679
authored
17 years ago
by
Rémi Assailly
Committed by
Alexandre Julliard
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
user32: Renamed and moved SetDeskPattern.
parent
6e9fea22
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/user32/desktop.c
+0
-9
0 additions, 9 deletions
dlls/user32/desktop.c
dlls/user32/user.exe.spec
+1
-1
1 addition, 1 deletion
dlls/user32/user.exe.spec
dlls/user32/user16.c
+9
-0
9 additions, 0 deletions
dlls/user32/user16.c
with
10 additions
and
10 deletions
dlls/user32/desktop.c
+
0
−
9
View file @
06b39679
...
...
@@ -178,15 +178,6 @@ BOOL WINAPI PaintDesktop(HDC hdc)
return
TRUE
;
}
/***********************************************************************
* OldSetDeskPattern (USER.279)
*/
BOOL16
WINAPI
SetDeskPattern
(
void
)
{
return
SystemParametersInfoA
(
SPI_SETDESKPATTERN
,
-
1
,
NULL
,
FALSE
);
}
/***********************************************************************
* SetDeskWallPaper (USER32.@)
*
...
...
This diff is collapsed.
Click to expand it.
dlls/user32/user.exe.spec
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
dlls/user32/user16.c
+
9
−
0
View file @
06b39679
...
...
@@ -926,6 +926,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)
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment