[clutter] how 2 use keep-aspect-ratio

2008-06-25 Thread HASWANI HARISH-VCKR47
Hi All, clutter-0.7.2 added keep-aspect-ratio property for taxtures. How to use that, which is the API to set this property TRUE or FALSE. Regards, Harish Haswani, LJ-P2P, GRAPHICS, MME Group, MIEL, Bangalore, INDIA Ph: 91-80-26014164

Re: [clutter] how 2 use keep-aspect-ratio

2008-06-25 Thread Emmanuele Bassi
On Wed, 2008-06-25 at 14:59 +0800, HASWANI HARISH-VCKR47 wrote: clutter-0.7.2 added keep-aspect-ratio property for taxtures. How to use that, which is the API to set this property TRUE or FALSE. the usual API to set GObject properties: g_object_set (G_OBJECT (texture), keep-aspect-ratio,

[clutter] clutter/tests/test-pixmap

2008-06-25 Thread James Ketrenos
I came across a couple problems today while playing with clutter/test/test-pixmap.c -- the first was easy enough; it wasn't taking arguments as hex, so I changed the atol(argv[1]) to strtol(argv[1], NULL, 0) in clutter/tests/test-pixmap... The second one took a bit more digging (I'm still