Brian J. Tarricone wrote: > Small test case exhibiting the problem is attached. Uncommenting the > #define near the top doesn't help (or hurt). Any ideas?
Without that define it cannot work; you must disable the clutter event retrieval if you plan to retrieve events yourself, but the principal reason it does not work is that your application does not use glib main loop; if you are not calling clutter_main() you need to run some kind of a glib main loop instead of it. Tomas -- To unsubscribe send a mail to [email protected]
