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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index 3327b206e1..57cf20afa8 100644 --- a/options/options.c +++ b/options/options.c @@ -455,6 +455,7 @@ const m_option_t mp_opts[] = { OPT_CHOICE_OR_INT("fs-screen", vo.fsscreen_id, 0, 0, 32, ({"all", -2}, {"current", -1})), + OPT_FLAG("fs-black-out-screens", vo.fs_black_out_screens, 0), OPT_INTRANGE("brightness", gamma_brightness, 0, -100, 100), OPT_INTRANGE("saturation", gamma_saturation, 0, -100, 100), OPT_INTRANGE("contrast", gamma_contrast, 0, -100, 100), -- cgit v1.2.3