summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-18 21:37:38 +0100
committerwm4 <wm4@nowhere>2015-11-18 21:48:29 +0100
commit516e7d19da137e7b5b8d19c6f0e093823ecdb3a4 (patch)
tree6bbaf5618bd995471f5a68bc108316d8ed234cd5 /options/options.h
parent58caf577f1949655e2eeaf3d7c565eedb6ee2805 (diff)
downloadmpv-516e7d19da137e7b5b8d19c6f0e093823ecdb3a4.tar.bz2
mpv-516e7d19da137e7b5b8d19c6f0e093823ecdb3a4.tar.xz
x11: request bypassing compositor
Maybe this is a good idea. Also add an option to disable it again, for the sake of testing. Fixes #2502.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 7c9046f50b..78f19f7b2f 100644
--- a/options/options.h
+++ b/options/options.h
@@ -19,6 +19,7 @@ typedef struct mp_vo_opts {
int fs_black_out_screens;
char *winname;
int x11_netwm;
+ int x11_bypass_compositor;
int native_keyrepeat;
float panscan;