]> git.sesse.net Git - vlc/commitdiff
Mark --(no-)overlay as safe - fixes #3465
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 29 Mar 2010 21:07:57 +0000 (00:07 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 29 Mar 2010 21:07:57 +0000 (00:07 +0300)
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*.

src/libvlc-module.c

index b2bace3be22284f7fbe6b28d9a3bcdf9e6af08cc..21d70a7f3b26c6cb22acc07ed84899744d880239 100644 (file)
@@ -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 )