[vlc-commits] macosx: add missing selector declarations
Felix Paul Kühne
git at videolan.org
Sun Sep 23 19:45:20 CEST 2018
vlc/vlc-3.0 | branch: master | Felix Paul Kühne <felix at feepk.net> | Sat Jun 9 16:22:49 2018 +0200| [d43fe59e59ca5adde50d3923c7c1761ec790d5e1] | committer: Felix Paul Kühne
macosx: add missing selector declarations
(cherry picked from commit 904e3843266b61b10e50b4cc3312056dfbfe6c58)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d43fe59e59ca5adde50d3923c7c1761ec790d5e1
---
modules/gui/macosx/VLCInputManager.m | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/modules/gui/macosx/VLCInputManager.m b/modules/gui/macosx/VLCInputManager.m
index fbc75690c9..3dd9f371dc 100644
--- a/modules/gui/macosx/VLCInputManager.m
+++ b/modules/gui/macosx/VLCInputManager.m
@@ -38,6 +38,13 @@
#import "iTunes.h"
#import "Spotify.h"
+ at interface VLCInputManager()
+- (void)updateMainMenu;
+- (void)updateMainWindow;
+- (void)updateMetaAndInfo;
+- (void)updateDelays;
+ at end
+
#pragma mark Callbacks
static int InputThreadChanged(vlc_object_t *p_this, const char *psz_var,
More information about the vlc-commits
mailing list