]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/vout.h
win32 vout: factorize code
[vlc] / modules / video_output / msw / vout.h
index b2b1f82bf9ec9fc0537c11d57bdc13f5ac0a70b7..9fbca15002a99d3fd4d36a1b6f13911e86ca4e10 100644 (file)
@@ -256,6 +256,10 @@ int DirectDrawUpdateOverlay( vout_thread_t *p_vout );
 void* EventThread ( vlc_object_t *p_this );
 void UpdateRects ( vout_thread_t *p_vout, bool b_force );
 void Win32ToggleFullscreen ( vout_thread_t *p_vout );
+void DisableScreensaver ( vout_thread_t *p_vout );
+void RestoreScreensaver ( vout_thread_t *p_vout );
+int CreateEventThread( vout_thread_t *p_vout );
+void StopEventThread ( vout_thread_t *p_vout );
 
 /*****************************************************************************
  * Constants