[webkit-reviews] review granted: [Bug 15682] Move wx port to TOT : [Attachment 16908] Definition of types and options for wx platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 23:51:29 PDT 2007


Adam Roben <aroben at apple.com> has granted Kevin Ollivier
<kevino at theolliviers.com>'s request for review:
Bug 15682: Move wx port to TOT
http://bugs.webkit.org/show_bug.cgi?id=15682

Attachment 16908: Definition of types and options for wx platform
http://bugs.webkit.org/attachment.cgi?id=16908&action=edit

------- Additional Comments from Adam Roben <aroben at apple.com>
+class wxDataObject;
+typedef wxDataObject* DragDataRef;

I think you can just say

typedef class wxDataObject* DragDataRef;

+	 PlatformMouseEvent(wxMouseEvent&, wxPoint& globalPoint);

I think the parameters should both be const.

r=me


More information about the webkit-reviews mailing list