Commit 22cc294e authored by Laurent Aimar's avatar Laurent Aimar

Fixed wince compilation.

parent fa867caa
...@@ -804,6 +804,8 @@ static long FAR PASCAL DirectXEventProc( HWND hwnd, UINT message, ...@@ -804,6 +804,8 @@ static long FAR PASCAL DirectXEventProc( HWND hwnd, UINT message,
if( p_vout->p_sys->hparent && if( p_vout->p_sys->hparent &&
hwnd != p_vout->p_sys->hfswnd && p_vout->b_fullscreen ) 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 ); vlc_mutex_lock( &p_event->lock );
p_event->i_changes |= VOUT_FULLSCREEN_CHANGE; p_event->i_changes |= VOUT_FULLSCREEN_CHANGE;
vlc_mutex_unlock( &p_event->lock ); vlc_mutex_unlock( &p_event->lock );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment