summaryrefslogtreecommitdiffstats
path: root/osdep/mac/app_bridge.h
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-06-22 13:38:32 +0200
committerder richter <der.richter@gmx.de>2024-06-25 20:14:38 +0200
commit88db2d0b6165ade620591f6d23078d84340e9699 (patch)
treea1bd652eccbde26bae24422fd0d59197338b5574 /osdep/mac/app_bridge.h
parent95ac32220e5d0adc7b4ba28fd9d7eadbe37b67c6 (diff)
downloadmpv-88db2d0b6165ade620591f6d23078d84340e9699.tar.bz2
mpv-88db2d0b6165ade620591f6d23078d84340e9699.tar.xz
mac/menu: add option to disable default shortcuts
Fixes #14305
Diffstat (limited to 'osdep/mac/app_bridge.h')
-rw-r--r--osdep/mac/app_bridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/mac/app_bridge.h b/osdep/mac/app_bridge.h
index cc77c2f4dd..94ba745b3a 100644
--- a/osdep/mac/app_bridge.h
+++ b/osdep/mac/app_bridge.h
@@ -62,6 +62,7 @@ struct macos_opts {
int macos_app_activation_policy;
int macos_geometry_calculation;
int macos_render_timer;
+ bool macos_menu_shortcuts;
int cocoa_cb_sw_renderer;
bool cocoa_cb_10bit_context;
int cocoa_cb_output_csp;