]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/bookmarks.h
macosx: fix typo preventing post-processing (refs #11613)
[vlc] / modules / gui / macosx / bookmarks.h
index 1f9e2beecd85c108bfcb192ac6c96a899e10b69f..809c112bf913356571398e576efad8faaa8f4d54 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * bookmarks.h: MacOS X Bookmarks window
  *****************************************************************************
- * Copyright (C) 2005, 2007 the VideoLAN team
+ * Copyright (C) 2005, 2007 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Felix Kühne <fkuehne@users.sf.net>
+ * Authors: Felix Kühne <fkuehne at videolan dot org>
  *
  * 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
@@ -49,6 +49,9 @@
 
     input_thread_t *p_old_input;
 }
++ (VLCBookmarks *)sharedInstance;
+
+- (void)updateCocoaWindowLevel:(NSInteger)i_level;
 
 - (IBAction)add:(id)sender;
 - (IBAction)clear:(id)sender;
@@ -60,9 +63,6 @@
 - (IBAction)edit_cancel:(id)sender;
 - (IBAction)edit_ok:(id)sender;
 
-+ (VLCBookmarks *)sharedInstance;
-
-- (void)initStrings;
 - (void)showBookmarks;
-- (id)getDataTable;
+- (id)dataTable;
 @end