From: mjs Date: Mon, 6 Jun 2005 13:45:07 +0000 (+0000) Subject: - updated X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=0edfdf4b8b8e2c0bd1d1c29692f1a5731fe713b2 - updated * WebKitSystemInterface.h: * libWebKitSystemInterface.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9306 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index acc703e3cf2b..5b5c3d28d38f 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,6 +1,13 @@ 2005-06-06 Maciej Stachowiak - Reviewed by NOBODY (OOPS!). + - updated + + * WebKitSystemInterface.h: + * libWebKitSystemInterface.a: + +2005-06-06 Maciej Stachowiak + + - updated * WebKitSystemInterface.h: * libWebKitSystemInterface.a: diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index 4b40c21407f7..cd8919a81786 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -84,3 +84,6 @@ CFReadStreamRef WKCreateCustomCFReadStream(void *(*formCreate)(CFReadStreamRef, void (*formSchedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *), void (*formUnschedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *), void *context); + +void WKSetFocusRingStyle(NSFocusRingPlacement placement, int radius, NSColor *color); +void WKSetDragImage(NSImage *image, NSPoint offset); diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index 419266819810..e56c3fa1ac65 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ