[vlc-devel] commit: Cosmetics. ( Rémi Duraffort )

git version control git at videolan.org
Sat Oct 10 11:57:43 CEST 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Sep 20 19:26:43 2009 +0200| [d0142f4e9144b6cee957a575d1f42ff3d18572f6] | committer: Rémi Duraffort 

Cosmetics.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0142f4e9144b6cee957a575d1f42ff3d18572f6
---

 modules/video_output/msw/events.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/modules/video_output/msw/events.c b/modules/video_output/msw/events.c
index b34a925..84b3d69 100644
--- a/modules/video_output/msw/events.c
+++ b/modules/video_output/msw/events.c
@@ -124,9 +124,7 @@ static long FAR PASCAL DirectXEventProc( HWND, UINT, WPARAM, LPARAM );
 
 static void DirectXPopupMenu( event_thread_t *p_event, bool b_open )
 {
-    vlc_value_t val;
-    val.b_bool = b_open;
-    var_Set( p_event->p_vout->p_libvlc, "intf-popupmenu", val );
+    var_SetBool( p_event->p_vout->p_libvlc, "intf-popupmenu", b_open );
 }
 
 static int DirectXConvertKey( int i_key );




More information about the vlc-devel mailing list