File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
#include < CoreGraphics/CoreGraphics.h>
9
9
#include < QuartzCore/QuartzCore.h>
10
10
#include < pthread.h>
11
+ #include < IOSurface/IOSurface.h>
11
12
12
13
typedef struct {
13
14
int x;
@@ -181,8 +182,6 @@ typedef struct x_list_struct x_list_struct;
181
182
182
183
typedef struct _CAImageQueue* CAImageQueueRef;
183
184
184
- typedef struct __IOSurface* IOSurfaceRef ;
185
-
186
185
@class CAEAGLLayer;
187
186
typedef struct _CAEAGLNativeWindow {
188
187
EAGLNativeWindowObject _field1;
Original file line number Diff line number Diff line change 7
7
#import < UIKit/UIWindow.h>
8
8
#import < UIKit/UIView.h>
9
9
#import < Availability2.h>
10
+ #import < IOSurface/IOSurface.h>
10
11
11
12
@class NSUndoManager ;
12
13
13
14
@interface UIWindow ()
14
15
+(CGRect )constrainFrameToScreen : (CGRect )screen ;
15
16
+(id )keyWindow ;
16
17
+(void )_noteStatusBarHeightChanged : (float )changed oldHeight : (float )height fence : (int )fence ;
17
- +(id )_ioSurfacePropertyDictionaryForRect : (CGRect )rect ;
18
- +(void * )createIOSurfaceWithContextId : (unsigned )contextId frame : (CGRect )frame ;
19
- +(void * )createIOSurfaceWithContextIds : (const unsigned *)contextIds count : (unsigned )count frame : (CGRect )frame ;
20
- +(void * )createScreenIOSurface ;
18
+ +(CFDictionaryRef )_ioSurfacePropertyDictionaryForRect : (CGRect )rect ;
19
+ +(IOSurfaceRef )createIOSurfaceWithContextId : (unsigned )contextId frame : (CGRect )frame ;
20
+ +(IOSurfaceRef )createIOSurfaceWithContextIds : (const unsigned *)contextIds count : (size_t )count frame : (CGRect )frame ;
21
+ +(IOSurfaceRef )createScreenIOSurface ;
21
22
-(id )initWithFrame : (CGRect )frame ;
22
23
-(id )initWithFrame : (CGRect )frame output : (int )anOutput ;
23
24
-(void )_commonInit ;
122
123
-(void )_setMouseEnteredView : (id )view ;
123
124
-(BOOL )_clearMouseView ;
124
125
-(BOOL )_allowsContextHosting ;
125
- -(void * )createIOSurfaceWithFrame : (CGRect )frame ;
126
- -(void * )createIOSurface ;
126
+ -(IOSurfaceRef )createIOSurfaceWithFrame : (CGRect )frame ;
127
+ -(IOSurfaceRef )createIOSurface ;
127
128
-(void )_setCancelScroller : (BOOL )scroller ;
128
129
-(BOOL )acceptsGlobalPoint : (CGPoint )point ;
129
130
-(BOOL )_isLayerHidden ;
You can’t perform that action at this time.
0 commit comments