[vlc-devel] commit: msw: ensure the old vout output works as the new vout_display ( Erwan Tulou )
git version control
git at videolan.org
Mon Dec 28 22:20:33 CET 2009
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Dec 28 22:03:33 2009 +0100| [c5bcda905d84c2ccc2fe8e13a50c803beb1ab695] | committer: 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)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5bcda905d84c2ccc2fe8e13a50c803beb1ab695
---
modules/video_output/msw/events_vo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/msw/events_vo.c b/modules/video_output/msw/events_vo.c
index dfe73c6..49597ab 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:
More information about the vlc-devel
mailing list