* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9300
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
+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
void WKDisableCGDeferredUpdates();
Class WKNSURLProtocolClassForReqest(NSURLRequest *request);
+
+unsigned WKGetNSAutoreleasePoolCount();
+
+NSString *WKMouseMovedNotification();
+BOOL WKMouseIsDown();
+void WKSetNSWindowShouldPostEventNotifications(NSWindow *window, BOOL post);