[Bug 6851] Wizmo can't trigger screensaver

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 25 16:57:56 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=6851





--- Comment #10 from Vincent Povirk <madewokherd at gmail.com>  2009-03-25 16:57:52 ---
Actually, wizmo is doing this:

SendMessage(HWND_TOPMOST,WM_SYSCOMMAND,SC_SCREENSAVE,0)

This is a broadcast message and (apparently) should be sent to all top-level
windows. This explains why it goes to the tray window and not the desktop
window.

I think that the tray window probably needs to handle this message, but someone
should test this first on Windows by sending a message to the tray window
directly.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list