Once again...thank you.

On Thu, Nov 13, 2008 at 10:23 PM, Emmanuele Bassi <[EMAIL PROTECTED]>wrote:

> On Thu, 2008-11-13 at 20:46 +1000, Saul Lethbridge wrote:
> > Doesn't appear to work!
>
> you code, no. once I fixed it, it does.
>
> compile with:
>
>  gcc -Wall \
>        `pkg-config --cflags clutter-0.9 clutter-gtk-0.9` \
>        -o test-viewport \
>        `pkg-config --libs clutter-0.9 clutter-gtk-0.9` \
>        test-viewport.c
>
> and run with:
>
>  test-viewport /path/to/image1 /path/to/image2
>
> you have to set the size of the stage and the viewport, as they are (as
> I already told you) limitless containers.
>
> as a side note: GtkClutterViewport is not the end-all, be-all of Clutter
> containers. it's a "proof-of-concept turned useful" kind of actor. the
> logic it provides is easily re-implementable into your own containers.
>
> ciao,
>  Emmanuele.
>
> --
> Emmanuele Bassi, Intel Open Source Technology Center
>

Reply via email to