Browse Source

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

pull/2/head
Damien Fouilleul 21 years ago
parent
commit
addc88a857
  1. 5
      modules/video_output/directx/vout.h

5
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;
};

Loading…
Cancel
Save