aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/iphone/iphone_video.h')
-rw-r--r--backends/platform/iphone/iphone_video.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/iphone/iphone_video.h b/backends/platform/iphone/iphone_video.h
index 2677267171..1d9d7e7d35 100644
--- a/backends/platform/iphone/iphone_video.h
+++ b/backends/platform/iphone/iphone_video.h
@@ -35,6 +35,8 @@
#include "iphone_common.h"
@interface iPhoneView : UIView {
+ VideoContext _videoContext;
+
NSMutableArray *_events;
SoftKeyboard *_keyboardView;
@@ -56,6 +58,8 @@
- (id)initWithFrame:(struct CGRect)frame;
+- (VideoContext *)getVideoContext;
+
- (void)drawRect:(CGRect)frame;
- (void)initSurface;
@@ -81,4 +85,6 @@
@end
+extern iPhoneView *g_iPhoneViewInstance;
+
#endif