[Webkit-unassigned] [Bug 77933] [EFL] Use modifier keys to execute pre-rendering.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 03:38:37 PST 2012


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





--- Comment #3 from JungJik Lee <jungjik.lee at samsung.com>  2012-02-08 03:38:37 PST ---
(In reply to comment #2)
> Just a few idea is added.
> 
> > Tools/EWebLauncher/main.c:436
> > +        modifierKey = modifierKey | ECORE_EVENT_MODIFIER_CTRL;
> 
> Why don't you use "modifierKey |= ECORE_EVENT_MODIFIER_CTRL;" ?
> 
i'll fix it.
> > Tools/EWebLauncher/main.c:565
> > +    Evas_Event_Key_Up *ev = (Evas_Event_Key_Up*) event_info;
> 
> (Evas_Event_Key_Up*) ?
do you point to type casting, *'s position or Evas_Event_Key_Up itself?
Eweblauncher is still C file.

-- 
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