X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/a5486f1d16d464c40cbd044d49ed9fddfe3ff6c0..e37693b868cb94b5b3ee85ef18c8f2d03246f427:/GraphicsServices/GraphicsServices.h diff --git a/GraphicsServices/GraphicsServices.h b/GraphicsServices/GraphicsServices.h index a855fee..87f8049 100644 --- a/GraphicsServices/GraphicsServices.h +++ b/GraphicsServices/GraphicsServices.h @@ -39,7 +39,9 @@ #define GRAPHICSSERVICES_GRAPHICSSERVICS_H_ #include +#import #include +#include #ifdef __cplusplus extern "C" { @@ -167,7 +169,10 @@ mach_port_name_t GSGetPurpleNamedPort(CFStringRef name); uint64_t GSCurrentEventTimestamp(void); void GSSendSystemEvent(struct GSEventRecord *record); void GSSendEvent(struct GSEventRecord *record, mach_port_name_t port); -GSPathInfo GSEventGetPathInfoAtIndex(GSEventRef event, unsigned index); +struct GSPathInfo GSEventGetPathInfoAtIndex(GSEventRef event, unsigned index); + +CFArrayRef GSSystemGetCapability(CFStringRef type); +extern CFStringRef const kGSDisplayIdentifiersCapability; #ifdef __cplusplus }