Commit 90f46a51 authored by Hugo Beauzee-Luyssen's avatar Hugo Beauzee-Luyssen Committed by Rémi Denis-Courmont

Don't inhibit the screensaver if no-disable-screensaver is specified.

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent e17e8321
......@@ -80,7 +80,7 @@ vout_window_t *vout_window_New(vlc_object_t *obj,
}
/* Hook for screensaver inhibition */
if (cfg->type == VOUT_WINDOW_TYPE_XID) {
if ( var_InheritBool( obj, "disable-screensaver" ) && cfg->type == VOUT_WINDOW_TYPE_XID) {
w->inhibit = vlc_inhibit_Create (VLC_OBJECT (window),
window->handle.xid);
if (w->inhibit != NULL)
......
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