Commit addc88a8 authored by Damien Fouilleul's avatar Damien Fouilleul

vout.h: missing header settings that should have been committed with r13443

parent 4168b364
...@@ -111,6 +111,11 @@ struct vout_sys_t ...@@ -111,6 +111,11 @@ struct vout_sys_t
HGLRC hGLRC; HGLRC hGLRC;
#endif #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; event_thread_t *p_event;
vlc_mutex_t lock; vlc_mutex_t lock;
}; };
......
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