Commit 9ce3dae0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vout-event used to be called x11-event

parent 1fe4b1c3
......@@ -1574,6 +1574,7 @@ vlc_module_begin ()
QUIET_SYNCHRO_LONGTEXT, true )
add_integer( "vout-event", 1, NULL, VOUT_EVENT_TEXT, VOUT_EVENT_LONGTEXT, true )
change_integer_list( pi_vout_event_values, ppsz_vout_event_descriptions, NULL )
add_deprecated_alias( "x11-event" ) /* renamed since 1.0.0 */
#ifndef __APPLE__
add_bool( "overlay", 1, NULL, OVERLAY_TEXT, OVERLAY_LONGTEXT, false )
#endif
......
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