[vlc-commits] vout_macosx: fixed typo
Felix Paul Kühne
git at videolan.org
Tue Jun 12 19:37:35 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jun 12 19:34:38 2012 +0200| [de9a7b4f9a61257dff5880b6543f79c13c502aad] | committer: Felix Paul Kühne
vout_macosx: fixed typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de9a7b4f9a61257dff5880b6543f79c13c502aad
---
modules/video_output/macosx.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index 11416bd..0093b8e 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -60,7 +60,7 @@
@interface NSView (IntroducedInLion)
- (NSRect)convertRectToBacking:(NSRect)aRect;
- (void)setWantsBestResolutionOpenGLSurface:(BOOL)aBool;
- at endif
+ at end
#endif
More information about the vlc-commits
mailing list