Commit c5bcda90 authored by Erwan Tulou's avatar Erwan Tulou

msw: ensure the old vout output works as the new vout_display

This patch ensures we get the same behavior on Vista/Win7
 (new vout_display) as we get on WinXP (old vout output with directx)
parent 85889854
......@@ -284,6 +284,7 @@ static void *EventThread( void *p_this )
val.i_int |= 2;
var_Set( p_event->p_vout, "mouse-button-down", val );
DirectXPopupMenu( p_event, false );
var_ToggleBool( p_event->p_vout->p_libvlc, "intf-show" );
break;
case WM_MBUTTONUP:
......
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