X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fprefs.h;h=b3748fb59ae8bdb0445fdbc47accb40f39430614;hb=2c5fba48b49a69d9611295d4c20daa9afedc51e0;hp=ef74ffbdb724d9833be035c739e672ee2e70a48f;hpb=567eba17260b0937d35b6a2609711fb884060095;p=vlc diff --git a/modules/gui/macosx/prefs.h b/modules/gui/macosx/prefs.h index ef74ffbdb7..b3748fb59a 100644 --- a/modules/gui/macosx/prefs.h +++ b/modules/gui/macosx/prefs.h @@ -2,7 +2,7 @@ * prefs.h: MacOS X plugin for vlc ***************************************************************************** * Copyright (C) 2002-2003 VideoLAN - * $Id: prefs.h,v 1.7 2003/05/25 17:27:13 massiot Exp $ + * $Id: prefs.h,v 1.10 2003/06/06 00:38:41 hartman Exp $ * * Authors: Jon Lech Johansen * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ -#define PREFS_WRAP 60 +#define PREFS_WRAP 300 @interface VLCTreeItem : NSObject { @@ -64,6 +64,7 @@ - (IBAction)savePrefs: (id)sender; - (IBAction)closePrefs: (id)sender; - (IBAction)resetAll: (id)sender; +- (void)sheetDidEnd:(NSWindow *)o_sheet returnCode:(int)i_return contextInfo:(void *)o_context; - (IBAction)advancedToggle: (id)sender; - (void)showViewForID: (int) i_id andName:(NSString *)o_item_name; - (void)configChanged:(id)o_unknown; @@ -155,6 +156,7 @@ INTF_CONTROL_CONFIG(Button); INTF_CONTROL_CONFIG(PopUpButton); INTF_CONTROL_CONFIG(ComboBox); INTF_CONTROL_CONFIG(TextField); +INTF_CONTROL_CONFIG(Slider); #define CONTROL_CONFIG( obj, mname, ctype, cname ) \ { \