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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 20:19:49 PST 2012


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


KwangHyuk <hyuki.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyuki.kim at samsung.com




--- Comment #2 from KwangHyuk <hyuki.kim at samsung.com>  2012-02-07 20:19:49 PST ---
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;" ?

> Tools/EWebLauncher/main.c:565
> +    Evas_Event_Key_Up *ev = (Evas_Event_Key_Up*) event_info;

(Evas_Event_Key_Up*) ?

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