http://bugs.winehq.org/show_bug.cgi?id=6851
Summary: Wizmo can't trigger screensaver Product: Wine Version: 0.9.26. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: matthew.flaschen@gatech.edu
Wizmo is unable to trigger a screensaver when:
wine wizmo blank
is executed.
Wizmo was written in assembly, but apparently the API calls are basically:
SendMessage(GetDesktopWindow(),WM_SYSCOMMAND,SC_SCREENSAVE,0)
I got that from http://blogs.msdn.com/calvin_hsia/archive/2004/10/04/237723.aspx
SendMessage is documented at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui...
However, I have no idea where wizmo is failing. I'll attach the entire backtrace with WINEDEBUG=+all . I tried this with both xscreensaver and KDE's screensaver.