On Tue, 2007-12-04 at 16:43 +0000, Emmanuele Bassi wrote: > On Tue, 2007-12-04 at 18:26 +0200, Karoliina Salminen wrote: > > Hello, > > > > Is it intentional or a bug that cloning a cloned texture does not work. > > I created a texture with cairo, then I tried to clone it to another > > texture and set it as a property to my button widget which > > does clutter_clone_texture_new. It didn't work. Is this intentional or > > is it a bug? > > it is intentional. >
Yes you can only clone a 'real' texture, you cant clone a clone but you can of course have many clones of the same base texture. You could maybe add a copy method or some such to clone texture but this is likely a bit bloaty. == Matthew -- To unsubscribe send a mail to [EMAIL PROTECTED]
