From c5bcda905d84c2ccc2fe8e13a50c803beb1ab695 Mon Sep 17 00:00:00 2001 From: Erwan Tulou Date: Mon, 28 Dec 2009 22:03:33 +0100 Subject: [PATCH] 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) --- modules/video_output/msw/events_vo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/video_output/msw/events_vo.c b/modules/video_output/msw/events_vo.c index dfe73c6016..49597ab0ac 100644 --- a/modules/video_output/msw/events_vo.c +++ b/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: -- 2.11.4.GIT