I've bumped into a strange problem using multiple stages in a Clutter-GTK app.

Versions:

Clutter 1.8.2
GTK 3.0.12
Clutter-GTK 1.0.2
eglx backend
Intel GMA500

I'm making two stage instances using gtk_clutter_embed_new() and packing
the embedded stage widgets into separate boxes.  Everything is running fine
and animations running and events are being handled, but each actor's 
button event is being triggered twice.  

If I remove one of the embedded stages however, I get the correct single 
event trigger.  I tried naming the stages and checking the event->button.stage 
name
for each event, and they are the same so it's not as if each stage is triggering
an event independently.  It's just the exact same even getting fired twice in a 
row.
Uff da.

I could work around this by doing something like comparing the event times and 
discarding duplicates, but this is causing grief for the higher level events 
like
drag actions.

Does this sound familiar to anyone?

Thanks,
Jake
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to