summaryrefslogtreecommitdiffstats
path: root/libvo/vo_corevideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_corevideo.h')
-rw-r--r--libvo/vo_corevideo.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libvo/vo_corevideo.h b/libvo/vo_corevideo.h
index 44c2ad8a89..559bb5f309 100644
--- a/libvo/vo_corevideo.h
+++ b/libvo/vo_corevideo.h
@@ -42,21 +42,21 @@
NSWindow *window;
NSOpenGLContext *glContext;
NSEvent *event;
-
+
//CoreVideo
CVPixelBufferRef frameBuffers[2];
CVOpenGLTextureCacheRef textureCache;
CVOpenGLTextureRef texture;
NSRect textureFrame;
-
- GLfloat lowerLeft[2];
- GLfloat lowerRight[2];
+
+ GLfloat lowerLeft[2];
+ GLfloat lowerRight[2];
GLfloat upperRight[2];
GLfloat upperLeft[2];
-
+
BOOL mouseHide;
float winSizeMult;
-
+
//menu command id
NSMenuItem *kQuitCmd;
NSMenuItem *kHalfScreenCmd;
@@ -68,7 +68,7 @@
NSMenuItem *kAspectFullCmd;
NSMenuItem *kAspectWideCmd;
NSMenuItem *kPanScanCmd;
-
+
//timestamps for disabling screensaver and mouse hiding
int lastMouseHide;
int lastScreensaverUpdate;