/*
* This header is generated by classdump-dyld 0.1
* on Wednesday, September 20, 2017 at 9:22:31 PM Eastern European Summer Time
* Operating System: Version 11.0 (Build 15A372)
* Image Source: /System/Library/Frameworks/QuartzCore.framework/QuartzCore
* classdump-dyld is free of use, Copyright © 2013 by Elias Limneos.
*/
#import <QuartzCore/QuartzCore-Structs.h>
@class NSArray;
@interface CAWindowServer : NSObject {
CAWindowServerImpl* _impl;
bool _mirroringEnabled;
}
@property (readonly) NSArray* displays;
@property (getter=isMirroringEnabled) bool mirroringEnabled; //@synthesize mirroringEnabled=_mirroringEnabled - In the implementation block
@property (assign) unsigned rendererFlags;
@property (getter=isSecure) bool secure;
+(id)serverWithOptions:(id)arg1 ;
+(id)server;
+(id)contextWithOptions:(id)arg1 ;
+(id)context;
+(id)serverIfRunning;
-(void)addDisplay:(id)arg1 ;
-(void)removeDisplay:(id)arg1 ;
-(id)displayWithName:(id)arg1 ;
-(id)displayWithDisplayId:(unsigned)arg1 ;
-(id)displayWithUniqueId:(id)arg1 ;
-(void)_detectDisplays;
-(void)_initializeBrightnessNotifications;
-(unsigned)rendererFlags;
-(id)secureModeViolations;
-(id)insecureProcessIds;
-(unsigned)clientPortOfContextId:(unsigned)arg1 ;
-(unsigned)taskPortOfContextId:(unsigned)arg1 ;
-(unsigned)taskNamePortOfContextId:(unsigned)arg1 ;
-(bool)isMirroringEnabled;
-(void)setMirroringEnabled:(bool)arg1 ;
-(id)init;
-(void)dealloc;
-(id)description;
-(id)_init;
-(void)setRendererFlags:(unsigned)arg1 ;
-(id)displays;
-(void)setSecure:(bool)arg1 ;
-(bool)isSecure;
-(unsigned)contextIdHostingContextId:(unsigned)arg1 ;
-(void)removeAllDisplays;
@end