Skip to content
Snippets Groups Projects
Commit 22cc294e authored by Laurent Aimar's avatar Laurent Aimar
Browse files

Fixed wince compilation.

parent fa867caa
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment