[clutter] Cross Compiling Clutter Code for Beagle Board

2009-08-20 Thread Rohit Jain
Hey, I have to cross compile a clutter code for ARM7/CORTEX-A8 based Beagle Board. I have installed the arm-none-linux-gnueabi-gcc toolchain part of CodeSourcery. For example if i try to cross compile a gtk code using this toolchain i get following error :- arm-none-linux-gnueabi-gcc

[clutter] VBLANK feature on offscreen

2009-08-20 Thread Young-Ho Cha
Hi. guys. I have a question about GL vblank syncing mechanism when GL context is offscreen. If composite manager is run, drawing timing is depended by composite manager, so it have no need to wait drawing complete, IMHO There are some implementation about vblank syncing mechanisms in clutter.

Re: [clutter] Incorporate OpenOffice

2009-08-20 Thread Emmanuele Bassi
On Wed, 2009-08-19 at 09:41 +0300, Balogh Szabolcs wrote: Hello, I'm working on a document viewer application in python based on clutter 0.8, and I have some troubles... first of all: pyclutter 0.9.2 uses Clutter 1.0, and requires testing, so you should think about moving to that. 1. For

[clutter] transforming a x,y point to a relative x,y point at a depth

2009-08-20 Thread Karl Lattimer
Hi all, I'm trying to figure out a way of taking an x,y co-ordinate from the mouse and calculating where that x,y co-ordinate is relative to a specific depth. So at a given depth I can know an exact position relative to actors at that depth, also calculating the other way would be good too. I