]>
Commit | Line | Data |
---|---|---|
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 <Foundation/NSObject.h> | |
8 | ||
9 | @interface CAWindowServer : NSObject | |
10 | { | |
11 | struct CAWindowServerImpl *_impl; | |
12 | } | |
13 | ||
14 | + (id)context; | |
15 | + (id)contextWithOptions:(id)fp8; | |
16 | + (id)server; | |
17 | + (id)serverIfRunning; | |
18 | - (id)init; | |
19 | - (id)_init; | |
20 | - (void)addDisplay:(id)fp8; | |
21 | - (void)removeDisplay:(id)fp8; | |
22 | - (void)removeAllDisplays; | |
23 | - (id)displayWithName:(id)fp8; | |
24 | - (void)_detectDisplays; | |
25 | - (void)dealloc; | |
26 | - (id)displays; | |
27 | - (void)setRendererFlags:(unsigned int)fp8; | |
28 | - (unsigned int)rendererFlags; | |
29 | - (void)setMinimumAnimationDelay:(double)fp8; | |
30 | - (double)minimumAnimationDelay; | |
31 | - (void)setGPUDisabled:(BOOL)fp8; | |
32 | - (BOOL)GPUDisabled; | |
33 | - (id)description; | |
34 | ||
35 | @end | |
36 |