diff options
author | Andre Pang <athp@users.sourceforge.net> | 2004-06-22 08:25:24 +0000 |
---|---|---|
committer | Andre Pang <athp@users.sourceforge.net> | 2004-06-22 08:25:24 +0000 |
commit | ff1a1f722dcf07bbd61e1028935543c80d35f3a5 (patch) | |
tree | fca39c1cb8cdd24b5fc76ba801ac40e4de2a3f99 /src/video_out/macosx/video_window.h | |
parent | 1e8aa9f3dcefc32dd1d9453a8e536618eb848c61 (diff) | |
download | xine-lib-ff1a1f722dcf07bbd61e1028935543c80d35f3a5.tar.gz xine-lib-ff1a1f722dcf07bbd61e1028935543c80d35f3a5.tar.bz2 |
Mac OS X XineOpenGLView:
Added dealloc method
Removed unused opengl_context field
Added NSCoding functions, in preparation for Interface Builder palettization
Mac OS X XineVideoWindow:
Added dealloc method
CVS patchset: 6729
CVS date: 2004/06/22 08:25:24
Diffstat (limited to 'src/video_out/macosx/video_window.h')
-rw-r--r-- | src/video_out/macosx/video_window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_out/macosx/video_window.h b/src/video_out/macosx/video_window.h index af84e4c4e..44b157f00 100644 --- a/src/video_out/macosx/video_window.h +++ b/src/video_out/macosx/video_window.h @@ -38,7 +38,6 @@ typedef enum { BOOL initDone; BOOL isFullScreen; XineVideoWindowFullScreenMode fullscreen_mode; - NSOpenGLContext * opengl_context; NSOpenGLContext * fullScreenContext; NSOpenGLContext * currentContext; } |