* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
+2005-06-06 Maciej Stachowiak <mjs@apple.com>
+
+ - updated
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterface.a:
+
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
*/
#import <Cocoa/Cocoa.h>
+#import <Carbon/Carbon.h>
typedef enum {
WKCertificateParseResultSucceeded = 0,
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);
+