]> git.saurik.com Git - iphone-api.git/blame - QuartzCore/CAEAGLLayer.h
Adding the SpringBoardUI headers (for Cydget).
[iphone-api.git] / QuartzCore / CAEAGLLayer.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <QuartzCore/CALayer.h>
8
9#import "EAGLDrawable-Protocol.h"
10
11@interface CAEAGLLayer : CALayer <EAGLDrawable>
12{
13 struct _CAEAGLNativeWindow *_win;
14}
15
16+ (id)defaultValueForKey:(id)fp8;
17- (void)didChangeValueForKey:(id)fp8;
18- (struct _EAGLNativeWindowObject *)nativeWindow;
19- (void)dealloc;
20- (void)_display;
f96f7b2c
JF
21- (NSDictionary *)drawableProperties;
22- (void)setDrawableProperties:(NSDictionary *)fp8;
2cd8f71b
JF
23
24@end
25