]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/fspanel.h
Fix macosx gui compilation (shame on me i broke it in [21943])
[vlc] / modules / gui / macosx / fspanel.h
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