2006-10-03 Matthew Allum <mallum@openedhand.com>

* configure.ac:
        * clutter/Makefile.am:
        * clutter/clutter-actor.c:
        * clutter/clutter-label.c:
        * clutter/clutter-label.h:
        * clutter/pango/Makefile.am:
        * clutter/pango/pangoclutter-font.c:
        * clutter/pango/pangoclutter-fontmap.c:
        * clutter/pango/pangoclutter-private.h:
        * clutter/pango/pangoclutter-render.c:
        * clutter/pango/pangoclutter.h:
        Add initial rough new pango renderer and clutter-label.

        * examples/super-oh.c:
        * examples/test.c:
        Minor fixups
This commit is contained in:
Matthew Allum
2006-10-03 21:59:30 +00:00
parent 1bd964c757
commit e9cceac1ee
14 changed files with 2167 additions and 197 deletions

View File

@ -338,9 +338,6 @@ clutter_actor_paint (ClutterActor *self)
if (self->priv->has_clip)
{
glDisable (GL_STENCIL_TEST);
#if 0
glDisable (GL_SCISSOR_TEST);
#endif
}
glPopMatrix();