diff libvo/osx_objc_common.h @ 35094:967b0f13715c

Provide a swap buffer function for OS X. It does not change any of the issues with double buffering.
author reimar
date Thu, 13 Sep 2012 21:46:59 +0000
parents cc8276116e95
children f51965824a2b
line wrap: on
line diff
--- a/libvo/osx_objc_common.h	Thu Sep 13 21:45:14 2012 +0000
+++ b/libvo/osx_objc_common.h	Thu Sep 13 21:46:59 2012 +0000
@@ -53,6 +53,7 @@
 	int event_flags;
 @public
 	float winSizeMult;
+	NSOpenGLContext *glContext;
 }
 
 - (BOOL) acceptsFirstResponder;