On Sat, 16 Jan 2010, Enlightenment SVN wrote:

> Log:
>  multitouch support for xi2 and floating xi devices
>
> Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_events.c
> ===================================================================
> --- trunk/ecore/src/lib/ecore_x/xlib/ecore_x_events.c 2010-01-16 12:20:22 UTC 
> (rev 45212)
> +++ trunk/ecore/src/lib/ecore_x/xlib/ecore_x_events.c 2010-01-16 12:20:56 UTC 
> (rev 45213)
>    _ecore_x_event_last_win = e->window;
> @@ -413,6 +425,10 @@
>    return e;
> }
>
> +#ifdef ECORE_XI2
> +extern int _ecore_x_xi2_opcode;
> +#endif

_ecore_x_xi2_opcode appears nowhere else (and is not defined), and...

> @@ -420,6 +436,72 @@
>    memcpy(ev, xevent, sizeof(XEvent));
>
>    ecore_event_add(ECORE_X_EVENT_ANY, ev, NULL, NULL);
> +
> +#ifdef ECORE_XI2
> +   if (xevent->xcookie.type == GenericEvent &&
> +       xevent->xcookie.extension == opcode)

... opcode is not declared.

isn't there something wrong, here ?

Vincent

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to