reactos/lib/user32/misc
diff -u -r1.34 -r1.35
--- desktop.c 21 Aug 2004 19:50:39 -0000 1.34
+++ desktop.c 13 Nov 2004 01:14:42 -0000 1.35
@@ -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
* PROJECT: ReactOS user32.dll
@@ -33,7 +33,7 @@
*/
BOOL STDCALL SetDeskWallpaper(LPCSTR filename)
{
- return SystemParametersInfoA(SPI_SETDESKWALLPAPER,0,(PVOID)filename,1);
+ return SystemParametersInfoA(SPI_SETDESKWALLPAPER,0,(PVOID)filename,TRUE);
}
/*
* @implemented