Thank you for raising issue. The hack is not needed anymore.
Following commits should not be cherry-picked in M35.

commit 819dff732b00444e5a97696a98469d5442a972d3
Author: Hongbo Min <[email protected]>
Date:   Wed Aug 7 14:39:21 2013 +0800

    Fix touch support issue on Tizen 2.1

    On Tizen 2.1, the multi-touch support is different from the XInput2.2
    approach. It extends the older Input2.1 spec to use multiple touch
    devices for multiple touch points, one touch device for one touch
    points. The device type name for this purpose is MULTITOUCHSCREEN which
    is not defined by XInput extension.

    This fix is to make Crosswalk be able to handle the new extension to
    XInput2.1 by introducing a new build option 'enable_xi21_mt'. It should
    be turned on for Tizen 2.1, and is exclusive to 'use_xi2_mt' option.

    Rework with 32.0.1700.4 by merging commits:
      04c4575 Move ENABLE_XI21_MT definition to xwalk.
      dd82ec8 Polish the comments for enable_xi21_mt usage.
      13c4f4b Fix touch support issue on Tizen 2.1
      3ff637c Build fix linux aura without USE_XI2_MT.
      90260a3 Fix errata related to multi touch.

Br, DS


On Thu, Mar 27, 2014 at 12:38 PM, Raphael Kubo da Costa <
[email protected]> wrote:

> While cleaning up the tree to prepare for the M35 rebase, I've again
> stumbled upon "Fix touch support issue on Tizen 2.1" in
> chromium-crosswalk and how we pass -Denable_xi21_mt=1 and -Duse_xi2_mt=0
> to gyp in the spec file.
>
> Since the chromium-crosswalk commit says "Tizen 2.1", I was wondering if
> these changes are still necessary.
>
> I remember that at least Ningxin and Dongseong did some work in this
> area. Can you guys take a look at this?
> _______________________________________________
> Crosswalk-dev mailing list
> [email protected]
> https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
> ---------------------------------------------------------------------
> Intel Finland Oy
> Registered Address: PL 281, 00181 Helsinki
> Business Identity Code: 0357606 - 4
> Domiciled in Helsinki
>
> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.
>
>
_______________________________________________
Crosswalk-dev mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to