]> git.sesse.net Git - vlc/commitdiff
Fix macosx gui compilation (shame on me i broke it in [21943])
authorRafaël Carré <funman@videolan.org>
Thu, 13 Sep 2007 19:12:49 +0000 (19:12 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 13 Sep 2007 19:12:49 +0000 (19:12 +0000)
17 files changed:
modules/gui/macosx/AppleRemote.h
modules/gui/macosx/AppleRemote.m
modules/gui/macosx/about.h
modules/gui/macosx/applescript.h
modules/gui/macosx/bookmarks.h
modules/gui/macosx/controls.h
modules/gui/macosx/extended.h
modules/gui/macosx/eyetv.h
modules/gui/macosx/fspanel.h
modules/gui/macosx/misc.h
modules/gui/macosx/open.h
modules/gui/macosx/playlist.h
modules/gui/macosx/playlistinfo.h
modules/gui/macosx/prefs.h
modules/gui/macosx/prefs_widgets.h
modules/gui/macosx/sfilters.h
modules/gui/macosx/wizard.h

index 3179cb63c833afb2cce68a0f3476476bbcc148c4..28dce49d4fd61c0236d91c8bb2df233455c26ed6 100644 (file)
@@ -86,23 +86,23 @@ The class is not thread safe
     IOHIDQueueInterface**  queue;
     NSMutableArray*        allCookies;
     NSMutableDictionary*   cookieToButtonMapping;
+
     BOOL openInExclusiveMode;
     BOOL simulatePlusMinusHold;
     BOOL processesBacklog;
+
     /* state for simulating plus/minus hold */
     BOOL lastEventSimulatedHold;
     AppleRemoteEventIdentifier lastPlusMinusEvent;
     NSTimeInterval lastPlusMinusEventTime;
+
     int remoteId;
     unsigned int clickCountEnabledButtons;
     NSTimeInterval maxClickTimeDifference;
     NSTimeInterval lastClickCountEventTime;
     AppleRemoteEventIdentifier lastClickCountEvent;
     unsigned int eventClickCount;
+
     IBOutlet id delegate;
 }
 
@@ -196,3 +196,4 @@ The class is not thread safe
 
 - (id) initWithApplicationDelegate: (id) delegate;
 - (id) applicationDelegate;
+@end
index 47e36baa57bac010bdb83d7a42ff42d45df9bd08..2918f23c5c5d35c52b263ad46668f7ef8382d0b9 100644 (file)
@@ -713,3 +713,4 @@ static void QueueCallbackFunction(void* target,  IOReturn result, void* refcon,
 
     [invocation invokeWithTarget:applicationDelegate];
 }
+@end
index b29fdc80667ce6243c5ec0eda194a21be0186b0b..2d1001983d4026c38b879e165cc8479a6a3323ea 100644 (file)
     IBOutlet id o_copyright_field;
     IBOutlet id o_credits_textview;
     IBOutlet id o_credits_scrollview;
+
     NSTimer *o_scroll_timer;
     float f_current;
     float f_end;
     NSTimeInterval i_start;
     BOOL b_restart;
+
     NSString *o_credits_path;
     NSString *o_credits;
     NSString *o_thanks;
index e47907cdd6da10e35a355483f05629ba975a0732..a47a3324ba37128548050b2544583ea823ad241f 100644 (file)
@@ -40,4 +40,4 @@
 
 - (BOOL) scriptFullscreenMode;
 - (void) setScriptFullscreenMode: (BOOL) mode;
-
+@end
index 3cf5318e5819d97994c9538ed9a801773edea042..3470c73fe45622132fbc6b907ddf9f7c195e94f9 100644 (file)
@@ -34,7 +34,7 @@
     IBOutlet id o_btn_extract;
     IBOutlet id o_btn_rm;
     IBOutlet id o_tbl_dataTable;
+
     /* edit window */
     IBOutlet id o_edit_window;
     IBOutlet id o_edit_btn_ok;
@@ -45,7 +45,7 @@
     IBOutlet id o_edit_fld_name;
     IBOutlet id o_edit_fld_time;
     IBOutlet id o_edit_fld_bytes;
+
     input_thread_t *p_old_input;
 }
 
index 92136bf5d2d6d39ba3f98584dc0615eed91b4d00..4af6fec0bab90fc7c6c3c498ca35b784b8a7a78e 100644 (file)
@@ -35,7 +35,7 @@
 
     IBOutlet id o_btn_fullscreen;
     IBOutlet id o_volumeslider;
+
     IBOutlet id o_btn_shuffle;
     IBOutlet id o_btn_addNode;
     IBOutlet id o_btn_repeat;
@@ -48,7 +48,7 @@
     IBOutlet id o_specificTime_sec_lbl;
     IBOutlet id o_specificTime_stepper;
     IBOutlet id o_specificTime_mi;
+
     VLCFSPanel *o_fs_panel;
 }
 
index 35e6f8bbc801fb22bb6e3672b8380b1049dfdd3a..c5fc0cccef6244c2d6b475627c17e5a024821d88 100644 (file)
@@ -35,7 +35,7 @@
     IBOutlet id o_audioFlts_view;
     IBOutlet id o_videoFilters_view;
     IBOutlet id o_extended_window;
+
     /* window content */
     IBOutlet id o_expBtn_adjustImage;
     IBOutlet id o_expBtn_audioFlts;
@@ -48,7 +48,7 @@
     IBOutlet id o_box_vidFlts;
     IBOutlet id o_box_audFlts;
     IBOutlet id o_box_adjImg;
+
     /* video filters */
     IBOutlet id o_btn_vidFlts_mrInfo;
     IBOutlet id o_ckb_blur;
     IBOutlet id o_ckb_gradient;
     IBOutlet id o_lbl_general;
     IBOutlet id o_lbl_distort;
+
     /* audio filters */
     IBOutlet id o_ckb_vlme_norm;
     IBOutlet id o_ckb_hdphnVirt;
     IBOutlet id o_lbl_maxLevel;
     IBOutlet id o_sld_maxLevel;
+
     /* adjust image */
     IBOutlet id o_btn_rstrDefaults;
     IBOutlet id o_ckb_enblAdjustImg;
     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;
 }
 
index 1c82c355e96aa6a0e8d737b90614a5db2658b555..e362eb20fe95259316d484ff9ef78859de262457 100644 (file)
@@ -24,7 +24,7 @@
 #import <Cocoa/Cocoa.h>\r
 \r
 \r
-@interface VLCEyeTVController : NSObject \r
+@interface VLCEyeTVController : NSObject\r
 {\r
     BOOL b_eyeTVactive;\r
     BOOL b_deviceConnected;\r
index 56eb354ae5b1253f1d5bc298a540db162d36a7eb..6344aba3e1df4a1336c75af9764d0f94cfe71996 100644 (file)
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by\r
  * the Free Software Foundation; either version 2 of the License, or\r
  * (at your option) any later version.\r
- * \r
+ *\r
  * This program is distributed in the hope that it will be useful,\r
  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
@@ -36,8 +36,8 @@
     BOOL b_voutWasUpdated;\r
     int i_device;\r
 }\r
-- (id)initWithContentRect: (NSRect)contentRect \r
-                styleMask: (unsigned int)aStyle \r
+- (id)initWithContentRect: (NSRect)contentRect\r
+                styleMask: (unsigned int)aStyle\r
                   backing: (NSBackingStoreType)bufferingType\r
                     defer: (BOOL)flag;\r
 - (void)awakeFromNib;\r
@@ -87,7 +87,7 @@
 - (void)setPause;\r
 - (void)setStreamTitle: (NSString *)o_title;\r
 - (void)setStreamPos: (float)f_pos andTime: (NSString *)o_time;\r
-- (void)setSeekable: (BOOL)b_seekable; \r
+- (void)setSeekable: (BOOL)b_seekable;\r
 - (void)setVolumeLevel: (float)f_volumeLevel;\r
 - (IBAction)play:(id)sender;\r
 - (IBAction)prev:(id)sender;\r
index bd81f28668176ac8bf55675ec2afbb33503acd4b..479e8ee10d0ef88d3d2b4f99dd0169969672fd6d 100644 (file)
 /*****************************************************************************
  * ITSliderCell
  *****************************************************************************/
+
 @interface ITSlider : NSSlider
 {
 }
 /*****************************************************************************
  * ITSliderCell
  *****************************************************************************/
+
 @interface ITSliderCell : NSSliderCell
 {
     NSImage *_knobOff;
index d636a3e3914f7d56f6ababb0d1a2927221171f72..1c95fa6aa9454b81cac73ecc8938a2bce2affe8b 100644 (file)
@@ -114,7 +114,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class );
     IBOutlet id o_eyetv_noEyeTV_lbl;
     IBOutlet id o_eyetv_noEyeTVLong_lbl;
     IBOutlet id o_eyetv_previousProgram_btn;
+
     BOOL b_autoplay;
 }
 
index 7160c3feb870e4ddf19daf927c7829bfc5535687..eb3f080129341622e72c49acef7ad76fecce76ba 100644 (file)
     BOOL b_selected_item_met;
     BOOL b_isSortDescending;
     id o_tc_sortColumn;
+
     /* "add node" button and menu entry */
     IBOutlet id o_mi_addNode;
     IBOutlet id o_btn_addNode;
index 82d166666ccfc0e6cb39f40a9aca545cc1438c42..2c36e58640ac4168c04a883e4fc78c7375ef2a62 100644 (file)
@@ -41,7 +41,7 @@
     IBOutlet id o_btn_delete_group;
     IBOutlet id o_btn_add_group;
     IBOutlet id o_outline_view;
+
     IBOutlet id o_tab_view;
 
     IBOutlet id o_collection_lbl;
index 4ec4811ecfad00c76e9cf466e98a189470db39cc..774a88635f08e49d340ab46212ad9c5bc2954902 100644 (file)
@@ -57,7 +57,7 @@
     VLCTreeItem *o_config_tree;
     NSView *o_empty_view;
     NSMutableDictionary *o_save_prefs;
+
     IBOutlet id o_prefs_window;
     IBOutlet id o_title;
     IBOutlet id o_tree;
index 2b0515e1feb6a4dc16d61e38ee56327857d36603..2e1e25786178868669b44b985c1eea3d5dee068b 100644 (file)
@@ -202,7 +202,7 @@ static NSMenu   *o_keys_menu = nil;
 
 - (id) initWithItem: (module_config_t *)_p_item
            withView: (NSView *)o_parent_view;
+
 @end
 
 //#undef CONFIG_ITEM_LIST_STRING
index bafa0cb0fe65ced24eee08332f4d07dcb56eec11..a7ab87ae4fca4f00b1b45842ab955b9fc4a7243b 100644 (file)
@@ -40,7 +40,7 @@
     IBOutlet id o_logo_opaque_sld;
     IBOutlet id o_logo_pos_lbl;
     IBOutlet id o_logo_pos_radio;
+
     /* marquee section */
     IBOutlet id o_marq_enabled_ckb;
     IBOutlet id o_marq_color_lbl;
@@ -71,7 +71,7 @@
     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;
index f27234a965d0edc2812509bfd90ccba902b66288..ea52d5c74dce138114b97bb5dfbcd348cc288ac9 100644 (file)
@@ -24,7 +24,7 @@
 /*****************************************************************************
  * VLCWizard
  *****************************************************************************/
+
 #import <Cocoa/Cocoa.h>
 
 @interface VLCWizard : NSObject
@@ -36,7 +36,7 @@
     IBOutlet id o_tab_pageHolder;
     IBOutlet id o_wizard_window;
     IBOutlet id o_playlist_wizard;
+
     /* page one ("Hello") */
     IBOutlet id o_t1_btn_mrInfo_strmg;
     IBOutlet id o_t1_btn_mrInfo_trnscd;
@@ -44,7 +44,7 @@
     IBOutlet id o_t1_txt_notice;
     IBOutlet id o_t1_txt_text;
     IBOutlet id o_t1_txt_title;
+
     /* page two ("Input") */
     IBOutlet id o_t2_box_prtExtrct;
     IBOutlet id o_t2_ckb_enblPartExtrct;
@@ -58,7 +58,7 @@
     IBOutlet id o_t2_title;
     IBOutlet id o_t2_txt_prtExtrctFrom;
     IBOutlet id o_t2_txt_prtExtrctTo;
+
     /* page one ("Streaming 1") */
     IBOutlet id o_t3_box_dest;
     IBOutlet id o_t3_box_strmgMthd;
@@ -68,7 +68,7 @@
     IBOutlet id o_t3_txt_text;
     IBOutlet id o_t3_txt_title;
     IBOutlet id o_t3_txt_strgMthdInfo;
+
     /* page four ("Transcode 1") */
     IBOutlet id o_t4_box_audio;
     IBOutlet id o_t4_box_video;
     IBOutlet id o_t4_txt_videoCodec;
     IBOutlet id o_t4_txt_hintAudio;
     IBOutlet id o_t4_txt_hintVideo;
+
     /* page five ("Encap") */
     IBOutlet id o_t5_matrix_encap;
     IBOutlet id o_t5_text;
     IBOutlet id o_t5_title;
+
     /* page six ("Streaming 2") */
     IBOutlet id o_t6_ckb_sap;
     IBOutlet id o_t6_fld_sap;
     IBOutlet id o_t6_btn_mrInfo_local;
     IBOutlet id o_t6_ckb_soverlay;
     IBOutlet id o_t6_ckb_local;
+
     /* page seven ("Transcode 2") */
     IBOutlet id o_t7_btn_chooseFile;
     IBOutlet id o_t7_fld_filePath;
     IBOutlet id o_t7_btn_mrInfo_local;
     IBOutlet id o_t7_ckb_soverlay;
     IBOutlet id o_t7_ckb_local;
+
     /* page eight ("Summary") */
     IBOutlet id o_t8_fld_destination;
     IBOutlet id o_t8_fld_encapFormat;
     IBOutlet id o_t8_txt_ttl;
     IBOutlet id o_t8_txt_mrl;
     IBOutlet id o_t8_txt_local;
+
     NSMutableDictionary * o_userSelections;
     NSArray * o_videoCodecs;
     NSArray * o_audioCodecs;
     NSArray * o_encapFormats;
     NSArray * o_strmgMthds;
     NSString * o_opts;
+
     BOOL b_keepSettingsOrNot;
 }
 - (IBAction)cancelRun:(id)sender;