"Vincent Povirk" vincent@codeweavers.com writes:
@@ -1606,6 +1607,12 @@ LRESULT NC_HandleSysCommand( HWND hwnd, WPARAM wParam, LPARAM lParam ) FreeLibrary( hmodule ); } }
else
{
const char *argv[3] = { "xdg-screensaver", "activate", NULL };
spawnvp( _P_NOWAIT, argv[0], argv );
}
This should be consolidated with the support in explorer, and probably moved to the graphics driver.