From: mjs Date: Wed, 5 Oct 2005 04:16:25 +0000 (+0000) Subject: - updated X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=a76b4ca6e28b1815804a438c34d6070e1424f3cb - updated * WebKitSystemInterface.h: * libWebKitSystemInterface.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@10733 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 42c453b0d83d..d05fd246a56e 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,10 @@ +2005-10-04 Maciej Stachowiak + + - updated + + * WebKitSystemInterface.h: + * libWebKitSystemInterface.a: + 2005-09-08 Justin Garcia * WebKitSystemInterface.h: Update to latest diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index 621d721c2bc0..e64c31d87b44 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -105,6 +105,8 @@ ATSUFontID WKGetNSFontATSUFontId(NSFont *font); void WKReleaseStyleGroup(void *group); BOOL WKCGContextGetShouldSmoothFonts(CGContextRef cgContext); +void WKSetPatternPhaseInUserSpace(CGContextRef, CGPoint); + #define WKGlyphVectorSize (50 * 32) typedef void *WKGlyphVectorRef; diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index e588e9b600bf..f9a744a2648c 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ