On Sat, 16 Jan 2010 15:26:07 +0100 (CET) Vincent Torri <vto...@univ-evry.fr> said:
> > > 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... it is. in ecore_x_xi2.c :) > > @@ -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 ? yeah. oops. i wrote this code without any xi2 libs - so unable to test. it was based off working xi2 based multitouch code though. > 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 > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ 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