]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/MainMenu.h
macosx: fix typo preventing post-processing (refs #11613)
[vlc] / modules / gui / macosx / MainMenu.h
index 1fe68e4ac50c2b0b3cd00ab400955a212d12e6ab..cf2a777280690f0b536abfdb09bfc846c43fd36c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * MainMenu.h: MacOS X interface module
  *****************************************************************************
- * Copyright (C) 2011-2013 Felix Paul Kühne
+ * Copyright (C) 2011-2014 Felix Paul Kühne
  * $Id$
  *
  * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org>
 - (void)refreshVoutDeviceMenu:(NSNotification *)o_notification;
 - (void)setSubmenusEnabled:(BOOL)b_enabled;
 - (void)setRateControlsEnabled:(BOOL)b_enabled;
-- (void)setupExtensionsMenu;
 - (void)updateSidebarMenuItem;
 
 - (IBAction)openAddonManager:(id)sender;
 - (IBAction)switchSubtitleBackgroundOpacity:(id)sender;
 - (IBAction)telxTransparent:(id)sender;
 - (IBAction)telxNavLink:(id)sender;
+- (IBAction)togglePostProcessing:(id)sender;
 
 - (IBAction)showWizard:(id)sender;
 - (IBAction)showConvertAndSave:(id)sender;