CoglMatrix: Don't make the matrix fields private
authorNeil Roberts <neil@linux.intel.com>
Mon, 12 Apr 2010 14:16:58 +0000 (15:16 +0100)
committerNeil Roberts <neil@linux.intel.com>
Mon, 12 Apr 2010 14:38:58 +0000 (15:38 +0100)
commit3fea5051db58ed376275621b56fbaaba75bb7ea1
treed4d1c2f55f550725dbc56b07802f48638029e319
parent94465cfe3996d9d039cd3e55de10bc1ceab93a1a
CoglMatrix: Don't make the matrix fields private

The xx, yx, zx etc fields are meant to be read-only but they were
marked as private with the gtk-doc annotation. This patch moves the
private marker so that the 16 float member fields are public but the
type, inverted matrix, flags and padding are not.
clutter/cogl/cogl/cogl-matrix.h