13 Jun
2011
13 Jun
'11
1:43 p.m.
"Vincent Povirk" <vincent(a)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. -- Alexandre Julliard julliard(a)winehq.org