[Webkit-unassigned] [Bug 34600] [BREWMP] Port PlatformMouseEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 5 20:20:54 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34600





--- Comment #5 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-02-05 20:20:54 PST ---
(In reply to comment #4)
> (From update of attachment 48151 [details])
> > Index: WebCore/platform/PlatformMouseEvent.h
> > @@ -55,6 +55,12 @@ class wxMouseEvent;
> >  class BMessage;
> >  #endif
> >  
> > +#if PLATFORM(BREWMP)
> > +typedef unsigned short    uint16;
> > +typedef unsigned long int uint32;
> > +#define AEEEvent uint16
> 
> Why doesn't this use a typedef (instead of a define)?

Because AEEEvent.h defines AEEEvent to uint16.

#define AEEEvent  uint16

> 
> > +#if PLATFORM(BREWMP)
> > +        PlatformMouseEvent(AEEEvent event, uint16 wParam, uint32 dwParam);
> 
> The param name event is not needed here.

Okay.

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



More information about the webkit-unassigned mailing list