pipeline: remove spurious use of True instead of TRUE
authorRobert Bragg <robert@linux.intel.com>
Tue, 7 Dec 2010 16:36:44 +0000 (16:36 +0000)
committerRobert Bragg <robert@linux.intel.com>
Tue, 7 Dec 2010 16:36:44 +0000 (16:36 +0000)
commit67c2a1b29fa679f3a86b8ee4cae682de8391397b
tree8c32b592fb58baa66ddf7d09e282287a5f68ecfa
parent464ed7e6b7c35248c03fd0a03a8e8087e7b5e274
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