]> git.saurik.com Git - iphone-api.git/blobdiff - GraphicsServices/GraphicsServices.h
kUIButtonBarButtonAction*, UIAppl, UIProgressIndicatorStyle, NSURL (UIKitAdditions)
[iphone-api.git] / GraphicsServices / GraphicsServices.h
index a855fee55ef428e57ab6aa26ff9253afca8708c7..87f80490b84b16aed6ee6a5c751c2fdc35f14e5d 100644 (file)
@@ -39,7 +39,9 @@
 #define GRAPHICSSERVICES_GRAPHICSSERVICS_H_
 
 #include <mach/port.h>
+#import <CoreFoundation/CoreFoundation.h>
 #include <CoreGraphics/CGGeometry.h>
+#include <GraphicsServices/GSWindow.h>
 
 #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
 }