cogl: Add const to some pointer arguments
authorNeil Roberts <neil@linux.intel.com>
Mon, 28 Jun 2010 14:25:19 +0000 (15:25 +0100)
committerNeil Roberts <neil@linux.intel.com>
Mon, 28 Jun 2010 14:25:19 +0000 (15:25 +0100)
commitb3ffe602a207edf14c69f05f6d1e0b892eb706b4
treeafc9d8aafbfab1f5c70f2c3ba3a64d9f4ec912ec
parenta20def9df6463ba923859aac31532ff1ccdb488b
cogl: Add const to some pointer arguments

Some of the arguments to the material and path functions were taking a
pointer to a CoglColor or an array of floats that was not intended to
be written to but were not marked with const.
clutter/cogl/cogl/cogl-material.c
clutter/cogl/cogl/cogl-material.h
clutter/cogl/cogl/cogl-path.c
clutter/cogl/cogl/cogl-path.h