[vlc-devel] commit: Fixed wince compilation. (Laurent Aimar )

git version control git at videolan.org
Mon Sep 28 21:14:21 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Sep 28 21:13:47 2009 +0200| [22cc294ef54d24a8208347d43f565b2dc7ba57f2] | committer: Laurent Aimar 

Fixed wince compilation.

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

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

diff --git a/modules/video_output/msw/events.c b/modules/video_output/msw/events.c
index 33a5bf8..327f09e 100644
--- a/modules/video_output/msw/events.c
+++ b/modules/video_output/msw/events.c
@@ -804,6 +804,8 @@ static long FAR PASCAL DirectXEventProc( HWND hwnd, UINT message,
         if( p_vout->p_sys->hparent &&
             hwnd != p_vout->p_sys->hfswnd && p_vout->b_fullscreen )
         {
+            event_thread_t *p_event = p_vout->p_sys->p_event;
+
             vlc_mutex_lock( &p_event->lock );
             p_event->i_changes |= VOUT_FULLSCREEN_CHANGE;
             vlc_mutex_unlock( &p_event->lock );




More information about the vlc-devel mailing list