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:
@ -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();
|
||||
|
Reference in New Issue
Block a user