[Webkit-unassigned] [Bug 15682] Move wx port to TOT

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


http://bugs.webkit.org/show_bug.cgi?id=15682


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16908|review?                     |review+
               Flag|                            |




------- Comment #8 from aroben at apple.com  2007-10-27 23:51 PDT -------
(From update of attachment 16908)
+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


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list