From 6f68bb365694bfd82737f6d1c577af38280d099b Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Wed, 10 Nov 2010 18:27:00 +0000 Subject: [PATCH] debug: disable-culling was disabling clipped redraws there was a typo and the disable-culling option was actually disabling clipped redraws. --- clutter/clutter-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index 4fa17dacb..3ec222450 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -182,7 +182,7 @@ static const GDebugKey clutter_paint_debug_keys[] = { { "disable-clipped-redraws", CLUTTER_DEBUG_DISABLE_CLIPPED_REDRAWS }, { "redraws", CLUTTER_DEBUG_REDRAWS }, { "paint-volumes", CLUTTER_DEBUG_PAINT_VOLUMES }, - { "disable-culling", CLUTTER_DEBUG_DISABLE_CLIPPED_REDRAWS } + { "disable-culling", CLUTTER_DEBUG_DISABLE_CULLING } }; #ifdef CLUTTER_ENABLE_PROFILE