aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_video.h
diff options
context:
space:
mode:
authorOystein Eftevaag2008-07-27 10:15:57 +0000
committerOystein Eftevaag2008-07-27 10:15:57 +0000
commit5ca78661b1f57aee500a4d9e5d6a22b5c3e17731 (patch)
treed51abf7483695f086a8d9563e0c08ddaeb28c443 /backends/platform/iphone/iphone_video.h
parentb9d0e4dafb82a6481dc6a16d834edb9f017e4e26 (diff)
downloadscummvm-rg350-5ca78661b1f57aee500a4d9e5d6a22b5c3e17731.tar.gz
scummvm-rg350-5ca78661b1f57aee500a4d9e5d6a22b5c3e17731.tar.bz2
scummvm-rg350-5ca78661b1f57aee500a4d9e5d6a22b5c3e17731.zip
The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0
svn-id: r33326
Diffstat (limited to 'backends/platform/iphone/iphone_video.h')
-rw-r--r--backends/platform/iphone/iphone_video.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/platform/iphone/iphone_video.h b/backends/platform/iphone/iphone_video.h
index 615b2e5345..6e4b446926 100644
--- a/backends/platform/iphone/iphone_video.h
+++ b/backends/platform/iphone/iphone_video.h
@@ -27,12 +27,11 @@
#define _IPHONE_VIDEO__H
#import <UIKit/UIKit.h>
-#import <UIKit/UIView-Geometry.h>
#import <GraphicsServices/GraphicsServices.h>
#import <Foundation/Foundation.h>
#import <CoreSurface/CoreSurface.h>
-#import <LayerKit/LKLayer.h>
+#import <QuartzCore/QuartzCore.h>
#import "iphone_keyboard.h"
@interface iPhoneView : UIView
@@ -41,7 +40,7 @@
NSMutableArray* _events;
NSLock* _lock;
SoftKeyboard* _keyboardView;
- LKLayer* _screenLayer;
+ CALayer* _screenLayer;
int _fullWidth;
int _fullHeight;