Commit 5cb2537a authored by Geoffroy Couprie's avatar Geoffroy Couprie

wince: fix build of vouts

parent 86ab79f6
......@@ -1251,6 +1251,7 @@ void Win32ToggleFullscreen( vout_thread_t *p_vout )
var_SetBool( p_vout, "fullscreen", p_vout->b_fullscreen );
}
#ifndef UNDER_CE
void DisableScreensaver( vout_thread_t *p_vout )
{
/* disable screensaver by temporarily changing system settings */
......@@ -1294,6 +1295,7 @@ void RestoreScreensaver( vout_thread_t *p_vout )
p_vout->p_sys->i_spi_screensavetimeout, NULL, 0);
}
}
#endif
int CreateEventThread( vout_thread_t *p_vout )
{
......
......@@ -259,8 +259,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 );
#ifndef UNDER_CE
void DisableScreensaver ( vout_thread_t *p_vout );
void RestoreScreensaver ( vout_thread_t *p_vout );
#endif
int CreateEventThread( vout_thread_t *p_vout );
void StopEventThread ( vout_thread_t *p_vout );
......
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