On 07/07/2016 03:15 AM, Jean-Philippe ANDRÉ wrote:
> jpeg pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=570a398e290d93e2b6ef998b263004281f45097d
>
> commit 570a398e290d93e2b6ef998b263004281f45097d
> Author: Jean-Philippe Andre <[email protected]>
> Date: Thu Jul 7 16:01:58 2016 +0900
>
> ecore_drm2: Fix mouse pointer when using absolute coords
>
>
<snip>
> +static Eina_Bool
> +_cb_device_change(void *data, int type EINA_UNUSED, void *event)
> +{
> + Elput_Event_Device_Change *ev = event;
> + Ecore_Drm2_Device *device = data;
> +
> + if (ev->type == ELPUT_DEVICE_ADDED)
> + {
> + Ecore_Drm2_Output *output;
> +
> + /* FIXME: not sure which output to use to calibrate */
> + output = eina_list_data_get(device->outputs);
> + if (output)
> + ecore_drm2_device_calibrate(device, output->w, output->h);
> + }
> +
> + return ECORE_CALLBACK_RENEW;
> +}
I have a patch for this FIXME here, but cannot push until after the freeze.
Cheers,
dh
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel