rendered paste bodyFrom 6f1c53b4252ca2ca4e0a52068597ca20d4952ab3 Mon Sep 17 00:00:00 2001From: Robert Bragg <robert@linux.intel.com>Date: Mon, 7 Jun 2010 16:21:46 +0100Subject: [PATCH] hack to disable multi-texturing--- src/compositor/mutter-shaped-texture.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/src/compositor/mutter-shaped-texture.c b/src/compositor/mutter-shaped-texture.cindex 984374a..2ac37df 100644--- a/src/compositor/mutter-shaped-texture.c+++ b/src/compositor/mutter-shaped-texture.c@@ -337,7 +337,7 @@ mutter_shaped_texture_paint (ClutterActor *actor) if (tex_width == 0 || tex_height == 0) /* no contents yet */ return; - if (priv->rectangles->len < 1)+ if (1) { /* If there are no rectangles use a single-layer texture */ -- 1.6.3.3