From 55846641eac86d55817be20eab00b8256a7e1c9a Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 May 2016 19:57:17 +0200 Subject: x11: add --x11-bypass-compositor=always Also add missing documentation for fs-only, and correct the default. --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 0487986f8f..b0d6fb7a30 100644 --- a/options/options.c +++ b/options/options.c @@ -461,7 +461,7 @@ const m_option_t mp_opts[] = { OPT_CHOICE("x11-netwm", vo.x11_netwm, 0, ({"auto", 0}, {"no", -1}, {"yes", 1})), OPT_CHOICE("x11-bypass-compositor", vo.x11_bypass_compositor, 0, - ({"no", 0}, {"yes", 1}, {"fs-only", 2})), + ({"no", 0}, {"yes", 1}, {"fs-only", 2}, {"always", 3})), #endif #if HAVE_WIN32 OPT_STRING("vo-mmcss-profile", vo.mmcss_profile, M_OPT_FIXED), -- cgit v1.2.3