[clutter] Threading and Process model in clutter

2008-06-10 Thread dilip devaraj
Hello Clutter I was executing the test-depth program ,in this a clutter_init call is made which in turn makes use of clutter_threads_init () call. 1)How do I make sure how many threads are created at any point of time in clutter ? Do I have to set any environment variable ,because if I do a

Re: [clutter] Threading and Process model in clutter

2008-06-10 Thread Emmanuele Bassi
On Tue, 2008-06-10 at 16:24 +0100, dilip devaraj wrote: Hello Clutter I was executing the test-depth program ,in this a clutter_init call is made which in turn makes use of clutter_threads_init () call. I'm fuzzy on the whole clutter_init call which makes use of clutter_threads_init(); you

Re: [clutter] Synchronous and Asynchronous calls in clutter

2008-06-10 Thread Emmanuele Bassi
On Tue, 2008-06-10 at 16:29 +0100, dilip devaraj wrote: Hello Clutter Clutter handles events using Glib and is notified by using g_signal_new and corresponding g_signal_connect. 1)Can someone please tell me internally if any of the implementations of clutter or glib is asynchronous

[clutter] Modification needed in odo program

2008-06-10 Thread dilip devaraj
Hello Clutter Team I found a small bug in odo program which I downloaded from SVN The version are Current directory:[clutter] / trunk / toys / odo Current revision: 2087 The original program is if (!strncmp (argv[i], --tile-height, 13)) tile_height = atoi (argv[i] + 14); It should be

Re: [clutter] Modification needed in odo program

2008-06-10 Thread Tomas Frydrych
dilip devaraj wrote: Hello Clutter Team I found a small bug in odo program which I downloaded from SVN The original program is if (!strncmp (argv[i], --tile-height, 13)) tile_height = atoi (argv[i] + 14); Nope, that code is correct: --tile-height=X 012345678901234 i.e., X is at

[clutter] Webkit clutter repo change

2008-06-10 Thread iain
Hi, Just a heads up that the Clutter webkit backend port is now being done in git://git.o-hand.com/webkit iain -- To unsubscribe send a mail to [EMAIL PROTECTED]