From: mjs Date: Mon, 6 Jun 2005 14:51:49 +0000 (+0000) Subject: - updated X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=89c41e99dccb6dd68a4925618d8c07da51ae1fbb - updated * WebKitSystemInterface.h: * libWebKitSystemInterface.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9308 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 5b5c3d28d38f..42ff02158314 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-06 Maciej Stachowiak - updated diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index cd8919a81786..6c396f5656b2 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -6,6 +6,7 @@ */ #import +#import typedef enum { WKCertificateParseResultSucceeded = 0, @@ -87,3 +88,9 @@ CFReadStreamRef WKCreateCustomCFReadStream(void *(*formCreate)(CFReadStreamRef, void WKSetFocusRingStyle(NSFocusRingPlacement placement, int radius, NSColor *color); void WKSetDragImage(NSImage *image, NSPoint offset); + +void WKSendUserChangeNotifications(); +BOOL WKConvertNSEventToCarbonEvent(EventRecord *carbonEvent, NSEvent *cocoaEvent); +void WKSendKeyEventToTSM(NSEvent *theEvent); +void WKCallDrawingNotification(CGrafPtr port, Rect *bounds); + diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index e56c3fa1ac65..dd07261882b2 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ