]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/extended.h
Additionnal conversions
[vlc] / modules / gui / macosx / extended.h
index 5625df6383a3435ec7bb2926308683d36482ac30..5b3c7f560a049c5fcb62888ac5c2e0e471f2f3b3 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2005 the VideoLAN team
  * $Id$
  *
- * Authors: Felix Kühne <fkuehne@users.sf.net>
+ * Authors: Felix Kühne <fkuehne@users.sf.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
     IBOutlet id o_lbl_gamma;
     IBOutlet id o_lbl_hue;
     IBOutlet id o_lbl_saturation;
+    IBOutlet id o_lbl_opaque;
     IBOutlet id o_sld_brightness;
     IBOutlet id o_sld_contrast;
     IBOutlet id o_sld_gamma;
     IBOutlet id o_sld_hue;
     IBOutlet id o_sld_saturation;
+    IBOutlet id o_sld_opaque;
     
     /* global variables */
     BOOL o_adjImg_expanded;
     BOOL o_audFlts_expanded;
     BOOL o_vidFlts_expanded;
+    
+    BOOL o_config_changed;
 }
 
 - (IBAction)adjImg_Enbl:(id)sender;
 - (IBAction)adjImg_rstrDefaults:(id)sender;
 - (IBAction)adjImg_sliders:(id)sender;
+- (IBAction)adjImg_opaque:(id)sender;
 - (IBAction)audFtls_hdphnVirt:(id)sender;
 - (IBAction)audFtls_maxLevelSld:(id)sender;
 - (IBAction)audFtls_vlmeNorm:(id)sender;
 - (IBAction)vidFlts_mrInfo:(id)sender;
 
 + (VLCExtended *)sharedInstance;
+- (BOOL)getConfigChanged;
+- (void)collapsAll;
 
 - (void)showPanel;
 - (void)initStrings;