]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/sfilters.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / macosx / sfilters.h
index e678d7504630c54d87c5d54f98213cd04075c70d..bafa0cb0fe65ced24eee08332f4d07dcb56eec11 100644 (file)
@@ -2,7 +2,7 @@
  * sfilter.h: MacOS X Subpicture filters dialogue
  *****************************************************************************
  * Copyright (C) 2005-2006 the VideoLAN team
- * $Id:$
+ * $Id$
  *
  * Authors: Felix Kühne <fkuehne@users.sf.net>
  *
@@ -22,7 +22,7 @@
  *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
-#import <vlc/intf.h>
+#import <vlc/vlc.h>
 
 @interface VLCsFilters : NSObject
 {
@@ -39,8 +39,8 @@
     IBOutlet id o_logo_opaque_lbl;
     IBOutlet id o_logo_opaque_sld;
     IBOutlet id o_logo_pos_lbl;
-    IBOutlet id o_logo_pos_rel_pop;
-    
+    IBOutlet id o_logo_pos_radio;
     /* marquee section */
     IBOutlet id o_marq_enabled_ckb;
     IBOutlet id o_marq_color_lbl;
@@ -50,7 +50,7 @@
     IBOutlet id o_marq_opaque_lbl;
     IBOutlet id o_marq_opaque_sld;
     IBOutlet id o_marq_pos_lbl;
-    IBOutlet id o_marq_pos_rel_pop;
+    IBOutlet id o_marq_pos_radio;
     IBOutlet id o_marq_size_inPx_lbl;
     IBOutlet id o_marq_size_lbl;
     IBOutlet id o_marq_size_pop;
     IBOutlet id o_time_opaque_lbl;
     IBOutlet id o_time_opaque_sld;
     IBOutlet id o_time_pos_lbl;
-    IBOutlet id o_time_pos_rel_pop;
+    IBOutlet id o_time_pos_radio;
     IBOutlet id o_time_size_inPx_lbl;
     IBOutlet id o_time_size_lbl;
     IBOutlet id o_time_size_pop;
     IBOutlet id o_time_stamp_fld;
     IBOutlet id o_time_stamp_lbl;
-    
     BOOL o_config_changed;
     BOOL o_save_settings;
     NSArray * o_colors;