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:
@ -241,8 +241,6 @@ texture_render_to_gl_quad (ClutterTexture *texture,
|
||||
|
||||
priv = texture->priv;
|
||||
|
||||
|
||||
|
||||
qwidth = x2-x1;
|
||||
qheight = y2-y1;
|
||||
|
||||
|
Reference in New Issue
Block a user