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. --- video/out/x11_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/x11_common.c') diff --git a/video/out/x11_common.c b/video/out/x11_common.c index c42e78c97b..009f7e4bf6 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -959,6 +959,7 @@ static void vo_x11_update_composition_hint(struct vo *vo) case 0: hint = 0; break; // leave default case 1: hint = 1; break; // always bypass case 2: hint = x11->fs ? 1 : 0; break; // bypass in FS + case 3: hint = 2; break; // always enable } XChangeProperty(x11->display, x11->window, XA(x11,_NET_WM_BYPASS_COMPOSITOR), -- cgit v1.2.3