[Webkit-unassigned] [Bug 134436] [EFL] Fix occurrence of two cursors on WK2 EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 1 18:22:38 PDT 2014


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





--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at webkit.org>  2014-07-01 18:22:56 PST ---
(From update of attachment 234173)
View in context: https://bugs.webkit.org/attachment.cgi?id=234173&action=review

> Source/WebKit2/UIProcess/API/efl/EwkView.cpp:472
>      // ecore_evas takes care of freeing the cursor object.

Move this comment to 475 line as below.

#ifdef HAVE_ECORE_X
    ecore_x_window_cursor_set(getEcoreXWindow(ecoreEvas), 0);
#endif

// ecore_evas takes care of freeing the cursor object.
ecore_evas_object_cursor_set(ecoreEvas, cursorObject.release(), EVAS_LAYER_MAX, hotspotX, hotspotY);

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