summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-15 21:49:50 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-15 21:49:50 +0000
commit40059ab93a3f0db5e80e6dd4c13fc4d596c0fef1 (patch)
treee2c3ed3992d5e1d6891e0b744de5976019ed9177 /libvo/vo_macosx.h
parent1865cc057a1dd40a0bf30131cb91a318af136e0b (diff)
downloadmpv-40059ab93a3f0db5e80e6dd4c13fc4d596c0fef1.tar.bz2
mpv-40059ab93a3f0db5e80e6dd4c13fc4d596c0fef1.tar.xz
new texture frame
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15730 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_macosx.h')
-rw-r--r--libvo/vo_macosx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_macosx.h b/libvo/vo_macosx.h
index 4e5e5c3a2b..a91b6b0a87 100644
--- a/libvo/vo_macosx.h
+++ b/libvo/vo_macosx.h
@@ -23,6 +23,7 @@
CVPixelBufferRef currentFrameBuffer;
CVOpenGLTextureCacheRef textureCache;
CVOpenGLTextureRef texture;
+ NSRect textureFrame;
GLfloat lowerLeft[2];
GLfloat lowerRight[2];