Commit 4a18d7be authored by Gildas Bazin's avatar Gildas Bazin

* src/libvlc.h: -f shortcut for fullscreen option.

parent 8740a871
......@@ -840,7 +840,7 @@ vlc_module_begin();
GRAYSCALE_LONGTEXT, VLC_TRUE );
add_bool( "fullscreen", 0, NULL, FULLSCREEN_TEXT,
FULLSCREEN_LONGTEXT, VLC_FALSE );
change_short('F');
change_short('f');
#ifndef SYS_DARWIN
add_bool( "overlay", 1, NULL, OVERLAY_TEXT, OVERLAY_LONGTEXT, VLC_TRUE );
#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