summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.m
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_application.m')
-rw-r--r--osdep/macosx_application.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/osdep/macosx_application.m b/osdep/macosx_application.m
index a07f4f5db9..8b3fac95a4 100644
--- a/osdep/macosx_application.m
+++ b/osdep/macosx_application.m
@@ -189,6 +189,11 @@ static const char macosx_icon[] =
return &macos_conf;
}
+- (const struct m_sub_options *)getVoSubConf
+{
+ return &vo_sub_opts;
+}
+
- (void)queueCommand:(char *)cmd
{
[_eventsResponder queueCommand:cmd];