From f550fdaa91293fa1dd125b5743728c1d387d21c4 Mon Sep 17 00:00:00 2001 From: Akemi Date: Thu, 27 Jul 2017 21:28:33 +0200 Subject: cocoa: add an option to disable the native macOS fullscreen Fixes #4014 --- 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 4482b0f824..75884a290c 100644 --- a/options/options.h +++ b/options/options.h @@ -40,6 +40,7 @@ typedef struct mp_vo_opts { int keepaspect; int keepaspect_window; int hidpi_window_scale; + int native_fs; int64_t WinID; -- cgit v1.2.3