From: mjs Date: Mon, 6 Jun 2005 12:14:44 +0000 (+0000) Subject: - updated X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=4a40c1be4eae8405a5f7bc455a9dc8beb93cfa7d - updated * WebKitSystemInterface.h: * libWebKitSystemInterface.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9300 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 0a1928467b04..d24d44f68db1 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -12,6 +12,13 @@ * WebKitSystemInterface.h: * libWebKitSystemInterface.a: +2005-06-06 Maciej Stachowiak + + - updated + + * WebKitSystemInterface.h: + * libWebKitSystemInterface.a: + 2005-06-05 Maciej Stachowiak - added a few more bits of SPI diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index 7f2ad84c09a2..de2860832eb2 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -50,3 +50,9 @@ WKNSURLConnectionDelegateProxyPtr WKCreateNSURLConnectionDelegateProxy(); void WKDisableCGDeferredUpdates(); Class WKNSURLProtocolClassForReqest(NSURLRequest *request); + +unsigned WKGetNSAutoreleasePoolCount(); + +NSString *WKMouseMovedNotification(); +BOOL WKMouseIsDown(); +void WKSetNSWindowShouldPostEventNotifications(NSWindow *window, BOOL post); diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index a7f8a326f0cb..8f9897bd47ef 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ