[vlc-commits] macosx: add missing selector declarations
Felix Paul Kühne
git at videolan.org
Sat Jun 9 17:44:14 CEST 2018
vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Sat Jun 9 16:22:49 2018 +0200| [904e3843266b61b10e50b4cc3312056dfbfe6c58] | committer: Felix Paul Kühne
macosx: add missing selector declarations
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=904e3843266b61b10e50b4cc3312056dfbfe6c58
---
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 cdc8409401..9f60b767fb 100644
--- a/modules/gui/macosx/VLCInputManager.m
+++ b/modules/gui/macosx/VLCInputManager.m
@@ -43,6 +43,13 @@
#import <MediaPlayer/MediaPlayer.h>
#endif
+ 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