mirror of
https://github.com/reactos/reactos.git
synced 2025-07-08 18:47:52 +00:00
- Fixed a typo
svn path=/trunk/; revision=11638
This commit is contained in:
parent
6c7ede35c0
commit
c29ce9bc5b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: desktop.c,v 1.34 2004/08/21 19:50:39 gvg Exp $
|
/* $Id: desktop.c,v 1.35 2004/11/13 01:14:42 rcampbell Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS user32.dll
|
* PROJECT: ReactOS user32.dll
|
||||||
|
@ -33,7 +33,7 @@ GetSystemMetrics(int nIndex)
|
||||||
*/
|
*/
|
||||||
BOOL STDCALL SetDeskWallpaper(LPCSTR filename)
|
BOOL STDCALL SetDeskWallpaper(LPCSTR filename)
|
||||||
{
|
{
|
||||||
return SystemParametersInfoA(SPI_SETDESKWALLPAPER,0,(PVOID)filename,1);
|
return SystemParametersInfoA(SPI_SETDESKWALLPAPER,0,(PVOID)filename,TRUE);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue