From addc88a8575679d47ab8891cf4e8d34dece6f4e1 Mon Sep 17 00:00:00 2001 From: Damien Fouilleul Date: Tue, 29 Nov 2005 11:01:03 +0000 Subject: [PATCH] vout.h: missing header settings that should have been committed with r13443 --- modules/video_output/directx/vout.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/video_output/directx/vout.h b/modules/video_output/directx/vout.h index 9b720a53cf..58c9e08f1d 100644 --- a/modules/video_output/directx/vout.h +++ b/modules/video_output/directx/vout.h @@ -111,6 +111,11 @@ struct vout_sys_t HGLRC hGLRC; #endif + /* screensaver system settings to be restored when vout is closed */ + UINT i_spi_lowpowertimeout; + UINT i_spi_powerofftimeout; + UINT i_spi_screensavetimeout; + event_thread_t *p_event; vlc_mutex_t lock; };