Commit 71391376 authored by Damien Fouilleul's avatar Damien Fouilleul

undoing zcot's screensaver patch, better luck next time :)

parent 3d284ccf
......@@ -284,15 +284,6 @@ static void IPCHelperThread( vlc_object_t *p_this )
LRESULT CALLBACK WMCOPYWNDPROC( HWND hwnd, UINT uMsg, WPARAM wParam,
LPARAM lParam )
{
/* zcot's screensaver patch */
if( uMsg == WM_SYSCOMMAND )
{
if( ( wParam & 0xFFF0 ) == SC_SCREENSAVE )
return 0;
return DefWindowProc( hwnd, uMsg, wParam, lParam );
}
/* End zcot's screensaver patch */
if( uMsg == WM_COPYDATA )
{
COPYDATASTRUCT *pwm_data = (COPYDATASTRUCT*)lParam;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment