On Wed, 2008-05-07 at 14:58 +0100, Matthew Allum wrote: > Hi; > > On Wed, 2008-05-07 at 15:23 +0200, Denis Gillier wrote: > > > > We found the problem, it seems that the EGL back-end event management > > has not been update since the 0.4. > > > > You added in 0.5 or 0.6 an optimisation in "clutter_main.c" to limit > > the number of CLUTTER_MOTION events. > > This is based on the event->any.time value. > > > > In clutter_event_egl.c this value is always reset to 0 so it's reject > > by the optimisation part of clutter_do_event() in "clutter_main.c". > > > > Oh suck :( the SDL backend then likely suffers the same fate :(
yes indeed. I have committed a fix right now in trunk for the SDL backend; it's generic enough so that it can be used by other backends, like the EGL native one. if people could test it then I'd feel comfortable enough to backport it to clutter-0-6. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
