From 6112ebd723fd5840d56a0a531587345f2a4ef4e7 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 7 Dec 2010 16:36:44 +0000 Subject: [PATCH] pipeline: remove spurious use of True instead of TRUE The constant 'True' is defined by Xlib which isn't used for all clutter builds so this replaces occurrences of True with TRUE which is defined by glib. This should hopefully fix the win32 builds. --- cogl/cogl-pipeline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogl/cogl-pipeline.c b/cogl/cogl-pipeline.c index b3a562311..b6e0ce843 100644 --- a/cogl/cogl-pipeline.c +++ b/cogl/cogl-pipeline.c @@ -2945,7 +2945,7 @@ _cogl_pipeline_layer_resolve_authorities (CoglPipelineLayer *layer, if (found == 0) continue; - for (i = 0; True; i++) + for (i = 0; TRUE; i++) { unsigned long state = (1L<