Re: x11drv: Return true when handling SPI_SETSCREENSAVEACTIVE
"C.W. Betts" <computers57(a)hotmail.com> writes:
I noticed in my research that the X11 driver doesn't return true in SystemParametersInfo when handling SPI_SETSCREENSAVEACTIVE. This patch fixes this.
That's on purpose, it also needs to update the registry entry. -- Alexandre Julliard julliard(a)winehq.org
Perhaps a comment should be added so new people will know about it? On Jan 21, 2013, at 4:24 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
"C.W. Betts" <computers57(a)hotmail.com> writes:
I noticed in my research that the X11 driver doesn't return true in SystemParametersInfo when handling SPI_SETSCREENSAVEACTIVE. This patch fixes this.
That's on purpose, it also needs to update the registry entry.
-- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
C.W. Betts