From 67c2a1b29fa679f3a86b8ee4cae682de8391397b 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. --- clutter/cogl/cogl/cogl-pipeline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/cogl/cogl/cogl-pipeline.c b/clutter/cogl/cogl/cogl-pipeline.c index b3a562311..b6e0ce843 100644 --- a/clutter/cogl/cogl/cogl-pipeline.c +++ b/clutter/cogl/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<