From 0c18d7b22c1438602998806c6f37ae3bbaf7e2ad Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 1 Oct 2008 20:47:56 +0000 Subject: [PATCH] GSSystemGetCapability --- GraphicsServices/GraphicsServices.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GraphicsServices/GraphicsServices.h b/GraphicsServices/GraphicsServices.h index 4550a2f..87f8049 100644 --- a/GraphicsServices/GraphicsServices.h +++ b/GraphicsServices/GraphicsServices.h @@ -39,6 +39,7 @@ #define GRAPHICSSERVICES_GRAPHICSSERVICS_H_ #include +#import #include #include @@ -170,6 +171,9 @@ void GSSendSystemEvent(struct GSEventRecord *record); void GSSendEvent(struct GSEventRecord *record, mach_port_name_t port); struct GSPathInfo GSEventGetPathInfoAtIndex(GSEventRef event, unsigned index); +CFArrayRef GSSystemGetCapability(CFStringRef type); +extern CFStringRef const kGSDisplayIdentifiersCapability; + #ifdef __cplusplus } #endif -- 2.47.2