diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-11 17:36:11 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-11 17:36:11 +0200 |
| commit | e54b6425e71d6b8f25ffc90b71e9fff5eb7743d3 (patch) | |
| tree | a4a39db203785999c201026d2c37b640967feea7 /src/video_out/macosx/XineVideoWindow.m | |
| parent | b6d41cbd12e116b9e37e1f8afb37927e4944bc95 (diff) | |
| parent | f589d9c3ed2315a91057963583327f870e56f86b (diff) | |
| download | xine-lib-e54b6425e71d6b8f25ffc90b71e9fff5eb7743d3.tar.gz xine-lib-e54b6425e71d6b8f25ffc90b71e9fff5eb7743d3.tar.bz2 | |
Merge Matt Messier video output for Mac OS X.
Diffstat (limited to 'src/video_out/macosx/XineVideoWindow.m')
| -rw-r--r-- | src/video_out/macosx/XineVideoWindow.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/macosx/XineVideoWindow.m b/src/video_out/macosx/XineVideoWindow.m index b61a5b418..0dd2caa28 100644 --- a/src/video_out/macosx/XineVideoWindow.m +++ b/src/video_out/macosx/XineVideoWindow.m @@ -108,7 +108,7 @@ } -- (XineOpenGLView *) xineView +- (id) xineView { return xineView; } |
