2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @interface CAWindowServer
: NSObject
11 struct CAWindowServerImpl
*_impl
;
15 + (id
)contextWithOptions
:(id
)fp8
;
17 + (id
)serverIfRunning
;
20 - (void)addDisplay
:(id
)fp8
;
21 - (void)removeDisplay
:(id
)fp8
;
22 - (void)removeAllDisplays
;
23 - (id
)displayWithName
:(id
)fp8
;
24 - (void)_detectDisplays
;
27 - (void)setRendererFlags
:(unsigned int)fp8
;
28 - (unsigned int)rendererFlags
;
29 - (void)setMinimumAnimationDelay
:(double)fp8
;
30 - (double)minimumAnimationDelay
;
31 - (void)setGPUDisabled
:(BOOL
)fp8
;