+2005-06-06 Maciej Stachowiak <mjs@apple.com>
+
+ - updated
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterface.a:
+
2005-06-05 Maciej Stachowiak <mjs@apple.com>
- added a few more bits of SPI
NSTimeInterval WKGetNSURLResponseCalculatedExpiration(NSURLResponse *response);
BOOL WKGetNSURLResponseMustRevalidate(NSURLResponse *response);
-CFStringEncoding WKGetWebDefaultCFStringEncoding();
+CFStringEncoding WKGetWebDefaultCFStringEncoding(void);
-float WKSecondsSinceLastInputEvent();
\ No newline at end of file
+float WKSecondsSinceLastInputEvent();
+CGColorSpaceRef WKCreateUncorrectedRGBColorSpace();
+CGColorSpaceRef WKCreateUncorrectedGrayColorSpace();
+CFStringRef WKPreferRGB32Key();
+
+void WKSetNSURLConnectionDefersCallbacks(NSURLConnection *connection, BOOL defers);
+float WKSecondsSinceLastInputEvent(void);
+
+void WKShowKeyAndMain(void);
+OSStatus WKSyncWindowWithCGAfterMove(WindowRef);
+unsigned WKCarbonWindowMask(void);
+void *WKGetNativeWindowFromWindowRef(WindowRef);
+OSType WKCarbonWindowPropertyCreator(void);
+OSType WKCarbonWindowPropertyTag(void);