2006-08-29 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-fixed.h:
        Add basic fixed point utility defines and type.

        * clutter/Makefile.am:
        * clutter/clutter-actor.c:
        * clutter/clutter-actor.h:
        * clutter/clutter-group.c:
        * clutter/clutter-stage.c:
        * examples/super-oh.c: (main):
        Add scale API and functionality.
        Rework group sizing. Now group size requests have no effect
        but can be scaled.
This commit is contained in:
Matthew Allum
2006-08-29 19:09:43 +00:00
parent 9f81571737
commit 3afb377c3e
9 changed files with 337 additions and 126 deletions

View File

@ -241,8 +241,6 @@ texture_render_to_gl_quad (ClutterTexture *texture,
priv = texture->priv;
qwidth = x2-x1;
qheight = y2-y1;