Updating header too for WKDrawCapsLockIndicator.
* WebKitSystemInterface.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27120
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-10-26 Adele Peterson <adele@apple.com>
+
+ Reviewed by Tim Hatcher.
+
+ Updating header too for WKDrawCapsLockIndicator.
+
+ * WebKitSystemInterface.h:
+
2007-10-26 Adele Peterson <adele@apple.com>
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:
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.