From: darin Date: Sun, 4 Sep 2005 19:53:34 +0000 (+0000) Subject: * WebKitSystemInterface.h: Update to latest X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=fb3fd973eebbe2b1944baa7e205540fdedc80852;hp=9de26fd5a27bf6443c872e651a6586aa4aec7b8a * WebKitSystemInterface.h: Update to latest * libWebKitSystemInterface.a: Ditto. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@10463 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 087179126256..a999ac992056 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,8 @@ +2005-09-04 Darin Adler + + * WebKitSystemInterface.h: Update to latest + * libWebKitSystemInterface.a: Ditto. + 2005-08-07 Darin Adler * libWebKitSystemInterface.a: Universal binary. diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index e8558369413e..f5224c6628d7 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -32,8 +32,8 @@ BOOL WKGetNSURLResponseMustRevalidate(NSURLResponse *response); CFStringEncoding WKGetWebDefaultCFStringEncoding(void); -float WKSecondsSinceLastInputEvent(); -CFStringRef WKPreferRGB32Key(); +float WKSecondsSinceLastInputEvent(void); +CFStringRef WKPreferRGB32Key(void); void WKSetNSURLConnectionDefersCallbacks(NSURLConnection *connection, BOOL defers); float WKSecondsSinceLastInputEvent(void); @@ -47,26 +47,26 @@ OSType WKCarbonWindowPropertyTag(void); typedef id WKNSURLConnectionDelegateProxyPtr; -WKNSURLConnectionDelegateProxyPtr WKCreateNSURLConnectionDelegateProxy(); +WKNSURLConnectionDelegateProxyPtr WKCreateNSURLConnectionDelegateProxy(void); -void WKDisableCGDeferredUpdates(); +void WKDisableCGDeferredUpdates(void); Class WKNSURLProtocolClassForReqest(NSURLRequest *request); -unsigned WKGetNSAutoreleasePoolCount(); +unsigned WKGetNSAutoreleasePoolCount(void); -NSString *WKMouseMovedNotification(); -BOOL WKMouseIsDown(); +NSString *WKMouseMovedNotification(void); +BOOL WKMouseIsDown(void); void WKSetNSWindowShouldPostEventNotifications(NSWindow *window, BOOL post); -CFTypeID WKGetAXTextMarkerTypeID(); -CFTypeID WKGetAXTextMarkerRangeTypeID(); +CFTypeID WKGetAXTextMarkerTypeID(void); +CFTypeID WKGetAXTextMarkerRangeTypeID(void); CFTypeRef WKCreateAXTextMarker(const void *bytes, size_t len); BOOL WKGetBytesFromAXTextMarker(CFTypeRef textMarker, void *bytes, size_t length); CFTypeRef WKCreateAXTextMarkerRange(CFTypeRef start, CFTypeRef end); CFTypeRef WKCopyAXTextMarkerRangeStart(CFTypeRef range); CFTypeRef WKCopyAXTextMarkerRangeEnd(CFTypeRef range); -void WKAccessibilityHandleFocusChanged(); +void WKAccessibilityHandleFocusChanged(void); AXUIElementRef WKCreateAXUIElementRef(id element); void WKUnregisterUniqueIdForElement(id element); @@ -78,19 +78,19 @@ void WKSignalCFReadStreamHasBytes(CFReadStreamRef stream); void WKSignalCFReadStreamError(CFReadStreamRef stream, CFStreamError *error); CFReadStreamRef WKCreateCustomCFReadStream(void *(*formCreate)(CFReadStreamRef, void *), - void (*formFinalize)(CFReadStreamRef, void *), - Boolean (*formOpen)(CFReadStreamRef, CFStreamError *, Boolean *, void *), - CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *), - Boolean (*formCanRead)(CFReadStreamRef, void *), - void (*formClose)(CFReadStreamRef, void *), - void (*formSchedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *), - void (*formUnschedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *), - void *context); + void (*formFinalize)(CFReadStreamRef, void *), + Boolean (*formOpen)(CFReadStreamRef, CFStreamError *, Boolean *, void *), + CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *), + Boolean (*formCanRead)(CFReadStreamRef, void *), + void (*formClose)(CFReadStreamRef, void *), + 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); -void WKSendUserChangeNotifications(); +void WKSendUserChangeNotifications(void); BOOL WKConvertNSEventToCarbonEvent(EventRecord *carbonEvent, NSEvent *cocoaEvent); void WKSendKeyEventToTSM(NSEvent *theEvent); void WKCallDrawingNotification(CGrafPtr port, Rect *bounds); @@ -123,3 +123,6 @@ NSEvent *WKCreateNSEventWithCarbonMouseMoveEvent(EventRef inEvent, NSWindow *win NSEvent *WKCreateNSEventWithCarbonClickEvent(EventRef inEvent, WindowRef windowRef); BOOL WKExecutableLinkedInTigerOrEarlier(void); + +CGContextRef WKNSWindowOverrideCGContext(NSWindow *, CGContextRef); +void WKNSWindowRestoreCGContext(NSWindow *, CGContextRef); diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index 9f1edba2dfad..d53440c81e70 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ