Browse Source

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)
pull/2/head
Erwan Tulou 17 years ago
parent
commit
c5bcda905d
  1. 1
      modules/video_output/msw/events_vo.c

1
modules/video_output/msw/events_vo.c

@ -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:

Loading…
Cancel
Save