From 586c9e71554914daf7f60c4610c4ef4e85c274eb Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 1 Dec 2014 18:05:30 +0100 Subject: cocoa: allow to black out other display when going fs fixes #1302 --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index dadcb0800a..c73764ceba 100644 --- a/options/options.h +++ b/options/options.h @@ -12,6 +12,7 @@ typedef struct mp_vo_opts { int fullscreen; int screen_id; int fsscreen_id; + int fs_black_out_screens; char *winname; int x11_netwm; int native_keyrepeat; -- cgit v1.2.3