]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/vout.h
Merge branch '0.9.0-libass' of git://git.videolan.org/vlc
[vlc] / modules / video_output / msw / vout.h
index 43de838f56832e669b0578b8dcaff7ec69a7ff42..52bf8169cdb6c3828e1ee088e645ae24628a4220 100644 (file)
@@ -194,7 +194,7 @@ int DirectDrawUpdateOverlay( vout_thread_t *p_vout );
 /*****************************************************************************
  * Prototypes from events.c
  *****************************************************************************/
-void EventThread ( event_thread_t *p_event );
+void* EventThread ( vlc_object_t *p_this );
 void UpdateRects ( vout_thread_t *p_vout, bool b_force );
 void Win32ToggleFullscreen ( vout_thread_t *p_vout );