cogl-pipeline-glsl: Use char* instead of GLchar*
authorNeil Roberts <neil@linux.intel.com>
Mon, 29 Nov 2010 10:51:40 +0000 (10:51 +0000)
committerNeil Roberts <neil@linux.intel.com>
Mon, 29 Nov 2010 13:42:20 +0000 (13:42 +0000)
commitae300dc8e08d28dad821f7c843fe2b01783efb5a
treef4d5c723a567e96a44ff456ed1ac84cd2258913f
parent08308fd3978dff227b8e0c8e1388a590bde29f25
cogl-pipeline-glsl: Use char* instead of GLchar*

It appears that some GLES2 headers don't define GLchar and it works
just as well to use a regular char.
clutter/cogl/cogl/cogl-pipeline-glsl.c