]> git.saurik.com Git - iphone-api.git/commitdiff
GSSystemGetCapability
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 1 Oct 2008 20:47:56 +0000 (20:47 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 1 Oct 2008 20:47:56 +0000 (20:47 +0000)
GraphicsServices/GraphicsServices.h

index 4550a2feaaa616a039458ea00cbeb13634a29aa2..87f80490b84b16aed6ee6a5c751c2fdc35f14e5d 100644 (file)
@@ -39,6 +39,7 @@
 #define GRAPHICSSERVICES_GRAPHICSSERVICS_H_
 
 #include <mach/port.h>
+#import <CoreFoundation/CoreFoundation.h>
 #include <CoreGraphics/CGGeometry.h>
 #include <GraphicsServices/GSWindow.h>
 
@@ -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