Commit 22d2ded4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Mark --(no-)overlay as safe - fixes #3465

This can reportedly be used to overlay HTML content on top of the VLC
widget. That being said, overlay is not a portable option *ahem*.
parent d85a3f13
......@@ -1651,6 +1651,7 @@ vlc_module_begin ()
add_obsolete_integer( "x11-event" ) /* renamed since 1.0.0 */
#ifndef __APPLE__
add_bool( "overlay", 1, NULL, OVERLAY_TEXT, OVERLAY_LONGTEXT, false )
change_safe()
#endif
add_bool( "video-on-top", 0, NULL, VIDEO_ON_TOP_TEXT,
VIDEO_ON_TOP_LONGTEXT, false )
......
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