From 2400deea7f51db639cc4d9d64f7d1c52b8fe4abb Mon Sep 17 00:00:00 2001 From: adele Date: Fri, 26 Oct 2007 20:28:24 +0000 Subject: [PATCH] Reviewed by Tim Hatcher. Updating header too for WKDrawCapsLockIndicator. * WebKitSystemInterface.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27120 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKitLibraries/ChangeLog | 10 +++++++++- WebKitLibraries/WebKitSystemInterface.h | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 68e3d46b16e7..1ee94e156521 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,8 +1,16 @@ +2007-10-26 Adele Peterson + + Reviewed by Tim Hatcher. + + Updating header too for WKDrawCapsLockIndicator. + + * WebKitSystemInterface.h: + 2007-10-26 Adele Peterson Reviewed by Oliver. - Adding wkDrawCapsLockIndicator in preparation for fixing the caps lock indicator. + Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator. * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index 84013800020f..7bcf809cfe56 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -92,6 +92,8 @@ CFReadStreamRef WKCreateCustomCFReadStream(void *(*formCreate)(CFReadStreamRef, void (*formUnschedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *), void *context); +void WKDrawCapsLockIndicator(CGContextRef, CGRect); + void WKDrawFocusRing(CGContextRef context, CGRect clipRect, CGColorRef color, int radius); // Ignore the context's clipping. // The CG context's current path is the focus ring's path. -- 2.36.0